bensonarafat / super_tooltip

SuperTooltip It is super flexible and allows you to display ToolTips in the overlay of the screen.
https://pub.dev/packages/super_tooltip
MIT License
141 stars 95 forks source link

Updated to support Flutter v3 null safety. Fixes WidgetsBinding error warning. #45

Closed 10ndavis closed 1 year ago

10ndavis commented 2 years ago

Fixes: Flutter: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null

micaelsn commented 2 years ago

Merge this!!!!!

EdwynZN commented 2 years ago

@10ndavis Shouldn't you also update pubspec.yaml to use flutter >= 3.0?

environment:
  sdk: ">=2.17.0 <3.0.0"
  flutter: ">=3.0.0"

PR - Fix minor Dart SDK and Flutter version