Mobile app for improvisation match referees, based on Robert Gravel's idea to mix improv with hockey rules.
Use Visual Studio Code, and install recommended extensions.
- dart_mappable (models)
dart pub run build_runner build --delete-conflicting-outputs- l10n (translations)
flutter gen-l10nTo generate splash screens, update images/flutter_native_splash.yaml and run :
dart run flutter_native_splash:createTo 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