FilledStacks / responsive_builder

A set of widgets to make responsive UI building in flutter more readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for null-safety

bierbaumtim opened this issue · comments

Since Dart 2.12.0 beta landed in flutter beta channel, which brings sound null-safety it would be nice to have null-safety support on this package. This would enable everyone to start migrating their apps to null-safety.

I also would like to work on this and will open an pull request tomorrow.

@bierbaumtim I totally agree. That would be awesome! I appreciate the willingness to help out.