Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.03 KB

File metadata and controls

38 lines (32 loc) · 1.03 KB

0.0.6

April 18, 2024

  • Install a LICENSE file
  • Uses 'dev' server unless 'prod' is specified or in production.

0.0.5

April 17, 2024

  • Assigned app icon
  • Upgraded to gradle-8.0-all.zip
  • main_page.dart and selecto_page.dart are more responsive
  • class AvatarProvider given a factory constructor
  • systemUIMode() calls to force landscape
  • App.catchError() in Login screen
  • Navigator.pop(context) in selecto_page.dart and waiting_page.dart
  • Removed Consumer() in user_friend_management.dart

0.0.4

April 15, 2024

  • Changed LanguageService class to LanguageController class Changed ThemeService class to ThemeController class
  • try catch for login() in login_fields.dart

0.0.3

April 14, 2024

  • Rename the Dart files with underscores and not dashes
  • Single quotes from unnecessarily double quotes

0.0.2

April 14, 2024

  • game-constant-classique.dart: var penalty = Consts.DEFAULT_PENALTY; var timeWon = Consts.DEFAULT_TIME_WON;

0.0.1

April 14, 2024

  • Removed unused package, english_words: ^4.0.0
  • Initial commit