rokwire / safer-illinois-app

Source code repository of "Safer Illinois" App - the official COVID-19 app of the University of Illinois.
https://safer.illinois.edu/
Apache License 2.0
33 stars 23 forks source link

Feature/issue#637 Flutter 2.0 #644

Closed mdryankov closed 3 years ago

mdryankov commented 3 years ago

Interesting sign is that the project is stick on relatively old plugins.

Example: webview_flutter *1.0.7 (For Dart SDK below 2.12)

This means we're blocked on Dart SDK 2.10 and migration to newer versions of plugins requires Dart 2.12 (respectively "Null safety").