neckaros / secure_application

Secure your application from prying eyes
MIT License
103 stars 61 forks source link

Fix build warnings on Flutter 3.0.0 #40

Closed gilescm closed 2 years ago

gilescm commented 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

gilescm commented 2 years ago

Closing in favour of #34 which was raised earlier and addresses exactly the same thing