March 02, 2022
Flutter-view now generates null-safe code!
Besides flutter-view itself, the flutter-view-widgets
companion library
also got a null-safe update with flutter_view_widgets: ^2.0.0-dev.1
.
If you upgrade to the new version, please upgrade this dependency in your pubspec.yaml
.
Besides null-safety support, the following features and fixes were added:
assign
has been dropped, as it was an antipattern