Compare changes
Some changes are not shown.
For a faster browsing experience, only 84 of 86 files are shown. Download one of the files below to see all changes.
+2
−13
analysis_options.yaml
0 → 100644
+1
−0
+8
−10
+1
−12
+23
−8
assets/files/data.json
deleted100644 → 0
+0
−3
assets/fonts/Nunito-Bold.ttf
0 → 100644
+129 KiB
assets/fonts/Nunito-Light.ttf
0 → 100644
+129 KiB
assets/fonts/Nunito-Medium.ttf
0 → 100644
+129 KiB
assets/fonts/Nunito-Regular.ttf
0 → 100644
+129 KiB
assets/icons/button_back.png
0 → 100644
+3.68 KiB
3.68 KiB
assets/icons/button_start.png
0 → 100644
+3.91 KiB
3.91 KiB
assets/icons/placeholder.png
0 → 100644
+170 B
170 B
assets/translations/en.json
0 → 100644
+3
−0
assets/translations/fr.json
0 → 100644
+3
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+1
−0
+3
−23
icons/build_icons.sh
deleted100755 → 0
+0
−48
icons/button_back.svg
0 → 100644
+2
−0
icons/button_start.svg
0 → 100644
+2
−0
icons/placeholder.svg
0 → 100644
+2
−0
lib/config/default_game_settings.dart
0 → 100644
+40
−0
lib/config/default_global_settings.dart
0 → 100644
+10
−0
lib/config/theme.dart
0 → 100644
+196
−0
lib/cubit/game_cubit.dart
0 → 100644
+86
−0
lib/cubit/game_state.dart
0 → 100644
+19
−0
lib/cubit/settings_game_cubit.dart
0 → 100644
+70
−0
lib/cubit/settings_game_state.dart
0 → 100644
+19
−0
lib/cubit/settings_global_cubit.dart
0 → 100644
+44
−0
lib/cubit/settings_global_state.dart
0 → 100644
+19
−0
lib/data/fetch_data_helper.dart
0 → 100644
+138
−0
lib/data/game_data.dart
0 → 100644
+1495
−0
File added.
Preview size limit exceeded, changes collapsed.
+54
−19
lib/models/data/category.dart
0 → 100644
+24
−0
lib/models/data/game_item.dart
0 → 100644
+27
−0
lib/models/data/game_theme.dart
0 → 100644
+23
−0
lib/models/data/item.dart
0 → 100644
+21
−0
lib/models/game.dart
0 → 100644
+104
−0
lib/models/settings_game.dart
0 → 100644
+53
−0
lib/models/settings_global.dart
0 → 100644
+22
−0
lib/provider/data.dart
deleted100644 → 0
+0
−25
lib/screens/home.dart
deleted100644 → 0
+0
−53
lib/ui/painters/parameter_painter.dart
0 → 100644
+196
−0
lib/ui/screens/screen_game.dart
0 → 100644
+39
−0
lib/ui/screens/screen_parameters.dart
0 → 100644
+159
−0
lib/ui/skeleton.dart
0 → 100644
+30
−0
lib/ui/widgets/game_bottom_buttons.dart
0 → 100644
+51
−0
lib/ui/widgets/game_question.dart
0 → 100644
+46
−0
lib/ui/widgets/game_top_indicator.dart
0 → 100644
+27
−0
lib/ui/widgets/games/buttons_yes_no.dart
0 → 100644
+76
−0
lib/ui/widgets/global_app_bar.dart
0 → 100644
+43
−0
lib/ui/widgets/helpers/app_titles.dart
0 → 100644
+17
−0
+51
−0
+42
−0
+21
−0
lib/utils/color_extensions.dart
0 → 100644
+33
−0
lib/utils/tools.dart
0 → 100644
+7
−0
+311
−13
+28
−4
scripts/data.json
0 → 100644
+3268
−0
File added.
Preview size limit exceeded, changes collapsed.
scripts/manage_data.php
0 → 100644
+394
−0
scripts/manage_data.sh
0 → 100755
+30
−0