A project used by referees for Robert Gravel's Improvisation style matches.
Use Visual Studio Code, and install recommended extensions.
- dart_mappable (models)
dart pub run build_runner build --delete-conflicting-outputs
- l10n (translations)
flutter gen-l10n
To generate splash screens, update images/flutter_native_splash.yaml and run :
dart run flutter_native_splash:create
To generate splash screens, update images/icons_launcher.yaml and run :
dart run icons_launcher:create
- 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