Schwusch / widget_arrows

Draw arrows between widgets in Flutter
https://pub.dev/packages/widget_arrows
MIT License
145 stars 14 forks source link

Fix lib on flutter 3 #14

Closed lfariaUnifei closed 2 years ago

lfariaUnifei commented 2 years ago

It fixes a problem that was Warning: Operand of
null-aware operation '!' has type 'WidgetsBinding' which excludes null.

Schwusch commented 2 years ago

Thanks for contributing!