gbmiranda / flutter_plus

Develop applications in Flutter more quickly and easily. Customize Containers, Buttons, Texts and TextFields in a few lines. Navigate between Screens and open BottomSheets, Dialogs and Snackbars without context from any point.
MIT License
21 stars 8 forks source link

Migrated to null safety #5

Closed pythonhubdev closed 3 years ago

pythonhubdev commented 3 years ago

The complete codebase and the examples are migrated to the null safe version referencing issue #4.

gbmiranda commented 3 years ago

Nice, I will do some tests and if are ok, I do the merge.

pythonhubdev commented 3 years ago

Thanks a lot. I am also working on the Todo's if completed will make a PR.

pythonhubdev commented 3 years ago

That's great thanks.

gbmiranda commented 3 years ago

Version 0.0.9 with null safety released.

Thank you for the help!