Commit 3334eb09 authored by ghstLovrS's avatar ghstLovrS

Games Integration

parent 48b0dcb2
......@@ -11,10 +11,12 @@ import 'package:firebase_auth_web/firebase_auth_web.dart';
import 'package:firebase_core_web/firebase_core_web.dart';
import 'package:firebase_storage_web/firebase_storage_web.dart';
import 'package:image_picker_for_web/image_picker_for_web.dart';
import 'package:package_info_plus/src/package_info_plus_web.dart';
import 'package:rive_common/rive_web.dart';
import 'package:shared_preferences_web/shared_preferences_web.dart';
import 'package:url_launcher_web/url_launcher_web.dart';
import 'package:video_player_web/video_player_web.dart';
import 'package:wakelock_plus/src/wakelock_plus_web_plugin.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
void registerPlugins([final Registrar? pluginRegistrar]) {
......@@ -24,9 +26,11 @@ void registerPlugins([final Registrar? pluginRegistrar]) {
FirebaseCoreWeb.registerWith(registrar);
FirebaseStorageWeb.registerWith(registrar);
ImagePickerPlugin.registerWith(registrar);
PackageInfoPlusWebPlugin.registerWith(registrar);
RivePlugin.registerWith(registrar);
SharedPreferencesPlugin.registerWith(registrar);
UrlLauncherPlugin.registerWith(registrar);
VideoPlayerPlugin.registerWith(registrar);
WakelockPlusWebPlugin.registerWith(registrar);
registrar.registerMessageHandler();
}
......@@ -20,20 +20,25 @@ import 'package:url_launcher_ios/url_launcher_ios.dart';
import 'package:video_player_avfoundation/video_player_avfoundation.dart';
import 'package:file_selector_linux/file_selector_linux.dart';
import 'package:image_picker_linux/image_picker_linux.dart';
import 'package:package_info_plus/package_info_plus.dart';
import 'package:path_provider_linux/path_provider_linux.dart';
import 'package:shared_preferences_linux/shared_preferences_linux.dart';
import 'package:url_launcher_linux/url_launcher_linux.dart';
import 'package:wakelock_plus/wakelock_plus.dart';
import 'package:file_selector_macos/file_selector_macos.dart';
import 'package:image_picker_macos/image_picker_macos.dart';
import 'package:path_provider_foundation/path_provider_foundation.dart';
import 'package:shared_preferences_foundation/shared_preferences_foundation.dart';
import 'package:sqflite/sqflite.dart';
import 'package:url_launcher_macos/url_launcher_macos.dart';
import 'package:wakelock_plus/wakelock_plus.dart';
import 'package:file_selector_windows/file_selector_windows.dart';
import 'package:image_picker_windows/image_picker_windows.dart';
import 'package:package_info_plus/package_info_plus.dart';
import 'package:path_provider_windows/path_provider_windows.dart';
import 'package:shared_preferences_windows/shared_preferences_windows.dart';
import 'package:url_launcher_windows/url_launcher_windows.dart';
import 'package:wakelock_plus/wakelock_plus.dart';
@pragma('vm:entry-point')
class _PluginRegistrant {
......@@ -169,6 +174,15 @@ class _PluginRegistrant {
);
}
try {
PackageInfoPlusLinuxPlugin.registerWith();
} catch (err) {
print(
'`package_info_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderLinux.registerWith();
} catch (err) {
......@@ -196,6 +210,15 @@ class _PluginRegistrant {
);
}
try {
WakelockPlusLinuxPlugin.registerWith();
} catch (err) {
print(
'`wakelock_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
} else if (Platform.isMacOS) {
try {
FileSelectorMacOS.registerWith();
......@@ -251,6 +274,15 @@ class _PluginRegistrant {
);
}
try {
WakelockPlusMacOSPlugin.registerWith();
} catch (err) {
print(
'`wakelock_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
} else if (Platform.isWindows) {
try {
FileSelectorWindows.registerWith();
......@@ -270,6 +302,15 @@ class _PluginRegistrant {
);
}
try {
PackageInfoPlusWindowsPlugin.registerWith();
} catch (err) {
print(
'`package_info_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
try {
PathProviderWindows.registerWith();
} catch (err) {
......@@ -297,6 +338,15 @@ class _PluginRegistrant {
);
}
try {
WakelockPlusWindowsPlugin.registerWith();
} catch (err) {
print(
'`wakelock_plus` threw an error: $err. '
'The app may not function as expected until you remove this plugin from pubspec.yaml'
);
}
}
}
}
......@@ -7,6 +7,12 @@
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "args",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/args-2.4.2",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "async",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0",
......@@ -61,6 +67,12 @@
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "chewie",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.7.5",
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "clock",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1",
......@@ -91,6 +103,12 @@
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "confetti",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/confetti-0.7.0",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "cross_file",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/cross_file-0.3.3+7",
......@@ -115,6 +133,12 @@
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "dbus",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/dbus-0.7.10",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "fake_async",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1",
......@@ -367,12 +391,30 @@
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "nested",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/nested-1.0.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "octo_image",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/octo_image-2.0.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "package_info_plus",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/package_info_plus-5.0.1",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "package_info_plus_platform_interface",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "path",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.3",
......@@ -415,6 +457,12 @@
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "petitparser",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/petitparser-6.0.2",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "pie_chart",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/pie_chart-5.4.0",
......@@ -433,6 +481,12 @@
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "provider",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/provider-6.1.2",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "rive",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/rive-0.11.17",
......@@ -655,6 +709,18 @@
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "wakelock_plus",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/wakelock_plus-1.1.4",
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "wakelock_plus_platform_interface",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/wakelock_plus_platform_interface-1.1.0",
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "web",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/web-0.3.0",
......@@ -673,6 +739,12 @@
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "xml",
"rootUri": "file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/xml-6.5.0",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "jema_app",
"rootUri": "../",
......@@ -680,7 +752,7 @@
"languageVersion": "3.0"
}
],
"generated": "2024-03-16T07:14:23.289878Z",
"generated": "2024-03-17T18:11:09.436441Z",
"generator": "pub",
"generatorVersion": "3.2.3"
}
......@@ -2,6 +2,10 @@ _flutterfire_internals
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/_flutterfire_internals-1.3.16/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/_flutterfire_internals-1.3.16/lib/
args
2.19
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/args-2.4.2/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/args-2.4.2/lib/
async
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0/
......@@ -38,6 +42,10 @@ charts_flutter
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/charts_flutter-0.12.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/charts_flutter-0.12.0/lib/
chewie
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.7.5/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.7.5/lib/
clock
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/
......@@ -58,6 +66,10 @@ collection
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0/lib/
confetti
2.17
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/confetti-0.7.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/confetti-0.7.0/lib/
cross_file
3.0
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/cross_file-0.3.3+7/
......@@ -74,6 +86,10 @@ cupertino_icons
2.19
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.6/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.6/lib/
dbus
2.17
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/dbus-0.7.10/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/dbus-0.7.10/lib/
fake_async
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/
......@@ -230,10 +246,22 @@ mime
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/mime-1.0.4/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/mime-1.0.4/lib/
nested
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/nested-1.0.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/nested-1.0.0/lib/
octo_image
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/octo_image-2.0.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/octo_image-2.0.0/lib/
package_info_plus
3.2
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/package_info_plus-5.0.1/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/package_info_plus-5.0.1/lib/
package_info_plus_platform_interface
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/package_info_plus_platform_interface-2.0.1/lib/
path
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.8.3/
......@@ -262,6 +290,10 @@ path_provider_windows
2.19
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.2.1/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/
petitparser
3.2
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/petitparser-6.0.2/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/petitparser-6.0.2/lib/
pie_chart
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/pie_chart-5.4.0/
......@@ -274,6 +306,10 @@ plugin_platform_interface
3.0
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.7/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.7/lib/
provider
2.12
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/provider-6.1.2/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/provider-6.1.2/lib/
rive
2.14
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/rive-0.11.17/
......@@ -418,6 +454,14 @@ video_player_web
2.19
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/video_player_web-2.0.17/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/video_player_web-2.0.17/lib/
wakelock_plus
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/wakelock_plus-1.1.4/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/wakelock_plus-1.1.4/lib/
wakelock_plus_platform_interface
2.18
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/wakelock_plus_platform_interface-1.1.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/wakelock_plus_platform_interface-1.1.0/lib/
web
3.2
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/web-0.3.0/
......@@ -430,6 +474,10 @@ xdg_directories
3.0
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-1.0.4/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-1.0.4/lib/
xml
3.2
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/xml-6.5.0/
file:///C:/Users/sandu/AppData/Local/Pub/Cache/hosted/pub.dev/xml-6.5.0/lib/
sky_engine
3.2
file:///C:/flutter/bin/cache/pkg/sky_engine/
......
......@@ -18,6 +18,7 @@ image_picker_ios=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\
image_picker_linux=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker_linux-0.2.1+1\\
image_picker_macos=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker_macos-0.2.1+1\\
image_picker_windows=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\image_picker_windows-0.2.1+1\\
package_info_plus=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\package_info_plus-5.0.1\\
path_provider=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider-2.1.2\\
path_provider_android=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_android-2.2.2\\
path_provider_foundation=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_foundation-2.3.2\\
......@@ -42,3 +43,4 @@ video_player=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vide
video_player_android=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player_android-2.4.11\\
video_player_avfoundation=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player_avfoundation-2.4.11\\
video_player_web=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\video_player_web-2.0.17\\
wakelock_plus=C:\\Users\\sandu\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\wakelock_plus-1.1.4\\
This diff is collapsed.
......@@ -9,6 +9,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.16"
args:
dependency: transitive
description:
name: args
sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
url: "https://pub.dev"
source: hosted
version: "2.4.2"
async:
dependency: transitive
description:
......@@ -81,6 +89,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.12.0"
chewie:
dependency: "direct main"
description:
name: chewie
sha256: "8bc4ac4cf3f316e50a25958c0f5eb9bb12cf7e8308bb1d74a43b230da2cfc144"
url: "https://pub.dev"
source: hosted
version: "1.7.5"
clock:
dependency: transitive
description:
......@@ -121,6 +137,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
confetti:
dependency: "direct main"
description:
name: confetti
sha256: "979aafde2428c53947892c95eb244466c109c129b7eee9011f0a66caaca52267"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
cross_file:
dependency: transitive
description:
......@@ -153,6 +177,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.6"
dbus:
dependency: transitive
description:
name: dbus
sha256: "365c771ac3b0e58845f39ec6deebc76e3276aa9922b0cc60840712094d9047ac"
url: "https://pub.dev"
source: hosted
version: "0.7.10"
fake_async:
dependency: transitive
description:
......@@ -480,6 +512,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
nested:
dependency: transitive
description:
name: nested
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
octo_image:
dependency: transitive
description:
......@@ -488,6 +528,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
package_info_plus:
dependency: transitive
description:
name: package_info_plus
sha256: "88bc797f44a94814f2213db1c9bd5badebafdfb8290ca9f78d4b9ee2a3db4d79"
url: "https://pub.dev"
source: hosted
version: "5.0.1"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
path:
dependency: transitive
description:
......@@ -544,6 +600,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.2.1"
petitparser:
dependency: transitive
description:
name: petitparser
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
url: "https://pub.dev"
source: hosted
version: "6.0.2"
pie_chart:
dependency: "direct main"
description:
......@@ -568,6 +632,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.7"
provider:
dependency: transitive
description:
name: provider
sha256: c8a055ee5ce3fd98d6fc872478b03823ffdb448699c6ebdbbc71d59b596fd48c
url: "https://pub.dev"
source: hosted
version: "6.1.2"
rive:
dependency: transitive
description:
......@@ -861,6 +933,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.17"
wakelock_plus:
dependency: transitive
description:
name: wakelock_plus
sha256: f268ca2116db22e57577fb99d52515a24bdc1d570f12ac18bb762361d43b043d
url: "https://pub.dev"
source: hosted
version: "1.1.4"
wakelock_plus_platform_interface:
dependency: transitive
description:
name: wakelock_plus_platform_interface
sha256: "40fabed5da06caff0796dc638e1f07ee395fb18801fbff3255a2372db2d80385"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
web:
dependency: transitive
description:
......@@ -885,6 +973,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
xml:
dependency: transitive
description:
name: xml
sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
url: "https://pub.dev"
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.10.0"
......@@ -47,6 +47,8 @@ dependencies:
url_launcher: ^6.1.14
cached_network_image: ^3.3.1
charts_flutter: ^0.12.0
confetti: ^0.7.0
chewie: ^1.0.0
dev_dependencies:
......@@ -96,6 +98,68 @@ flutter:
- lib/assets/ac4.png
- lib/assets/ac5.png
- lib/assets/banner.png
- game_assets/monkey.png
- game_assets/elephant.png
- game_assets/giraffe.png
- game_assets/gorilla.png
- game_assets/lion.png
- game_assets/koala.png
- game_assets/Level1_song.mp4
- game_assets/Level2_song.mp4
- game_assets/pen.png
- game_assets/pencil.png
- game_assets/scissors.png
- game_assets/books.png
- game_assets/eraser.png
- game_assets/glue.png
- game_assets/highlighter.png
- game_assets/Level3_song.mp4
- game_assets/star.png
- game_assets/circle.png
- game_assets/square.png
- game_assets/diamond.png
- game_assets/triangle.png
- game_assets/heart.png
- game_assets/angry.png
- game_assets/sad.png
- game_assets/happy.png
- game_assets/sleepy.png
- game_assets/surprised.png
- game_assets/EmoX_level1.mp4
- game_assets/EmoX_level2.mp4
- game_assets/gangry.png
- game_assets/gsad.png
- game_assets/ghappy.png
- game_assets/gsurprised.png
- game_assets/gconfused.png
- game_assets/grey.png
- game_assets/human_without_face.png
- game_assets/sad.gif
- game_assets/laugh.gif
- game_assets/fear.gif
- game_assets/anger.gif
- game_assets/result.gif
- game_assets/disgust.gif
- game_assets/surprise.gif
- game_assets/level1_vid.mp4
- game_assets/level2_vid.mp4
- game_assets/level3_vid.mp4
- game_assets/level1_button.png
- game_assets/level2_button.png
- game_assets/level3_button.png
- game_assets/Exercise_list.png
- game_assets/ex1_det.png
- game_assets/result1.png
- game_assets/Behavior_list.png
- game_assets/Activity_list.png
- game_assets/ex2_det.png
- game_assets/ex3_det.png
- game_assets/slevel1_btn.png
- game_assets/slevel2_btn.png
- game_assets/slevel3_btn.png
- game_assets/btn_level1.png
- game_assets/btn_level2.png
- game_assets/btn_level3.png
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment