Closed gilescm closed 2 years ago
This PR addresses #39 by fixing dart:unnecessary_non_null_assertion warning so that the package is compatible with Flutter version 3.0.0. Warning details: The '!' will have no effect because the receiver can't be null. Try removing the '!' operator.
Warning about bindings in Flutter 3.0.0 release notes
Closing in favour of #34 which was raised earlier and addresses exactly the same thing
This PR addresses #39 by fixing dart:unnecessary_non_null_assertion warning so that the package is compatible with Flutter version 3.0.0. Warning details: The '!' will have no effect because the receiver can't be null. Try removing the '!' operator.
Warning about bindings in Flutter 3.0.0 release notes