A project used by referees for Robert Gravel's Improvisation style matches.
Use Visual Studio Code, and install recommended extensions.
- freezed (models)
dart pub run build_runner build --delete-conflicting-outputs
- l10n (translations)
flutter gen-l10n
- Get the latest Flutter/dart SDKs
flutter upgrade
- Update packages in pubspec.yaml
flutter pub upgrade --major-versions
- Install globally ``flutter_migrate` :
flutter pub global activate flutter_migrate
- Run the tool :
# If you get "filename too long" error, run this with admin rights
# git config --system core.longpaths true
flutter pub global run flutter_migrate start