cdli-gh / cdli-mobile-app

MIT License
4 stars 8 forks source link

Migrate to Flutter 2.0 #18

Open MrUnfunny opened 3 years ago

MrUnfunny commented 3 years ago

Hello Everyone,

Flutter 2.0 just got released and we need to make some changes for migration to 2.0

1) Flat Button and Raised Buttons are deprecated so we need to change them to either elevated or Text Buttons.

2) ScaffoldMessenger is now needed to handle Snackbars.

3) Since this release supports sound null safety. We should implement it across the application. It also includes upgrading all dependencies to their null safe versions.

I would like to take up this issue whenever we wish to migrate to it.

Siddhant-K-code commented 3 years ago

I can help with 1st and 2nd !!