From d4b40787b4401882cc757a98f7291ef158f2da56 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Thu, 1 May 2025 19:33:48 +0100 Subject: [PATCH 1/5] non working localizations --- .github/workflows/make_binaries.yml | 2 +- .vscode/settings.json | 3 + l10n.yaml | 3 +- lib/loadingpage.dart | 1 + linux/flutter/generated_plugin_registrant.cc | 4 - linux/flutter/generated_plugins.cmake | 1 - macos/Flutter/GeneratedPluginRegistrant.swift | 8 +- pubspec.lock | 284 +++++++++--------- pubspec.yaml | 3 +- .../flutter/generated_plugin_registrant.cc | 6 - windows/flutter/generated_plugins.cmake | 2 - 11 files changed, 157 insertions(+), 160 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/make_binaries.yml b/.github/workflows/make_binaries.yml index 76dd9e4..c025c06 100644 --- a/.github/workflows/make_binaries.yml +++ b/.github/workflows/make_binaries.yml @@ -27,7 +27,7 @@ jobs: - name: Build Web Version run: flutter build web --release --dart-define=APP_ENV=prod - name: Accept Android SDK licenses - run: yes | sdkmanager --licenses + run: echo yes | sdkmanager --licenses - name: Build APK run: | diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3dc8312 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.sourceDirectory": "/home/engon/rbo/ins/windows/runner" +} \ No newline at end of file diff --git a/l10n.yaml b/l10n.yaml index 6cd858e..f631c8c 100644 --- a/l10n.yaml +++ b/l10n.yaml @@ -2,4 +2,5 @@ arb-dir: lib/l10n template-arb-file: app_en.arb output-localization-file: app_localizations.dart import-line: "import 'package:flutter_gen/gen_l10n/app_localizations.dart';" -translate: false \ No newline at end of file +translate: false +synthetic-package: false \ No newline at end of file diff --git a/lib/loadingpage.dart b/lib/loadingpage.dart index c7d9168..92c65cf 100644 --- a/lib/loadingpage.dart +++ b/lib/loadingpage.dart @@ -1,6 +1,7 @@ import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; class LoadingPage extends StatefulWidget { final List messages; diff --git a/linux/flutter/generated_plugin_registrant.cc b/linux/flutter/generated_plugin_registrant.cc index 1c65bab..e71a16d 100644 --- a/linux/flutter/generated_plugin_registrant.cc +++ b/linux/flutter/generated_plugin_registrant.cc @@ -6,10 +6,6 @@ #include "generated_plugin_registrant.h" -#include void fl_register_plugins(FlPluginRegistry* registry) { - g_autoptr(FlPluginRegistrar) desktop_webview_auth_registrar = - fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopWebviewAuthPlugin"); - desktop_webview_auth_plugin_register_with_registrar(desktop_webview_auth_registrar); } diff --git a/linux/flutter/generated_plugins.cmake b/linux/flutter/generated_plugins.cmake index e5bf8b2..2e1de87 100644 --- a/linux/flutter/generated_plugins.cmake +++ b/linux/flutter/generated_plugins.cmake @@ -3,7 +3,6 @@ # list(APPEND FLUTTER_PLUGIN_LIST - desktop_webview_auth ) list(APPEND FLUTTER_FFI_PLUGIN_LIST diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 42a7167..908fb0d 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -6,19 +6,15 @@ import FlutterMacOS import Foundation import connectivity_plus -import desktop_webview_auth -import firebase_auth +import firebase_analytics import firebase_core -import google_sign_in_ios import path_provider_foundation import shared_preferences_foundation func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin")) - DesktopWebviewAuthPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewAuthPlugin")) - FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin")) + FLTFirebaseAnalyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAnalyticsPlugin")) FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin")) - FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) } diff --git a/pubspec.lock b/pubspec.lock index 2296906..3ba7418 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,6 +1,14 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + _fe_analyzer_shared: + dependency: transitive + description: + name: _fe_analyzer_shared + sha256: e55636ed79578b9abca5fecf9437947798f5ef7456308b5cb85720b793eac92f + url: "https://pub.dev" + source: hosted + version: "82.0.0" _flutterfire_internals: dependency: transitive description: @@ -9,6 +17,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.54" + analyzer: + dependency: transitive + description: + name: analyzer + sha256: "13c1e6c6fd460522ea840abec3f677cc226f5fec7872c04ad7b425517ccf54f7" + url: "https://pub.dev" + source: hosted + version: "7.4.4" archive: dependency: transitive description: @@ -81,6 +97,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.19.1" + color: + dependency: transitive + description: + name: color + sha256: ddcdf1b3badd7008233f5acffaf20ca9f5dc2cd0172b75f68f24526a5f5725cb + url: "https://pub.dev" + source: hosted + version: "3.0.0" connectivity_plus: dependency: "direct main" description: @@ -97,6 +121,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.1" + convert: + dependency: transitive + description: + name: convert + sha256: b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68 + url: "https://pub.dev" + source: hosted + version: "3.1.2" crypto: dependency: transitive description: @@ -113,30 +145,30 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.8" - dbus: + dart_style: dependency: transitive description: - name: dbus - sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c" + name: dart_style + sha256: "27eb0ae77836989a3bc541ce55595e8ceee0992807f14511552a898ddd0d88ac" url: "https://pub.dev" source: hosted - version: "0.7.11" - desktop_webview_auth: + version: "3.0.1" + dartx: dependency: transitive description: - name: desktop_webview_auth - sha256: c4dce73346a7be7243c90ac3b1a68586d9f0e2c2710e81e07d758e80a6ebd920 + name: dartx + sha256: "8b25435617027257d43e6508b5fe061012880ddfdaa75a71d607c3de2a13d244" url: "https://pub.dev" source: hosted - version: "0.0.15" - email_validator: + version: "1.2.0" + dbus: dependency: transitive description: - name: email_validator - sha256: e9a90f27ab2b915a27d7f9c2a7ddda5dd752d6942616ee83529b686fc086221b + name: dbus + sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c" url: "https://pub.dev" source: hosted - version: "2.1.17" + version: "0.7.11" fake_async: dependency: transitive description: @@ -161,30 +193,30 @@ packages: url: "https://pub.dev" source: hosted version: "7.0.1" - firebase_auth: + firebase_analytics: dependency: "direct main" description: - name: firebase_auth - sha256: "54c62b2d187709114dd09ce658a8803ee91f9119b0e0d3fc2245130ad9bff9ad" + name: firebase_analytics + sha256: "2416b9d864412ab7b571dafded801bbcc7e29b5824623c055002d4d0819bea2b" url: "https://pub.dev" source: hosted - version: "5.5.2" - firebase_auth_platform_interface: + version: "11.4.5" + firebase_analytics_platform_interface: dependency: transitive description: - name: firebase_auth_platform_interface - sha256: "5402d13f4bb7f29f2fb819f3b6b5a5a56c9f714aef2276546d397e25ac1b6b8e" + name: firebase_analytics_platform_interface + sha256: "3ccf5c876a8bea186016de4bcf53fc1bc6fa01236d740fb501d7ef9be356c58e" url: "https://pub.dev" source: hosted - version: "7.6.2" - firebase_auth_web: - dependency: transitive + version: "4.3.5" + firebase_analytics_web: + dependency: "direct main" description: - name: firebase_auth_web - sha256: "2be496911f0807895d5fe8067b70b7d758142dd7fb26485cbe23e525e2547764" + name: firebase_analytics_web + sha256: "5e4e3f001b67c2034b76cb2a42a0eed330fb3a8fb41ad13eceb04e8d9a74f662" url: "https://pub.dev" source: hosted - version: "5.14.2" + version: "0.5.10+11" firebase_core: dependency: "direct main" description: @@ -209,67 +241,27 @@ packages: url: "https://pub.dev" source: hosted version: "2.22.0" - firebase_dynamic_links: - dependency: transitive - description: - name: firebase_dynamic_links - sha256: ae8844d78a14a335e1d69d9a198dd5bcc4571ba4b028e45c0972e093b48530f8 - url: "https://pub.dev" - source: hosted - version: "6.1.5" - firebase_dynamic_links_platform_interface: - dependency: transitive - description: - name: firebase_dynamic_links_platform_interface - sha256: "7cb3b86956268a18c49badd66eb9a9279b71bf7188a7a2a48204f41db2642e78" - url: "https://pub.dev" - source: hosted - version: "0.2.7+5" - firebase_ui_auth: + flutter: dependency: "direct main" - description: - name: firebase_ui_auth - sha256: cf2cd23625f3df3c6b27e37d04132980f17d707b1adc160bddf425afe1782eed - url: "https://pub.dev" - source: hosted - version: "1.16.1" - firebase_ui_localizations: - dependency: transitive - description: - name: firebase_ui_localizations - sha256: "01c0c872ce08d16d217490af3438c97c4fcf1187e856dd2525f892178782fc46" - url: "https://pub.dev" - source: hosted - version: "1.13.1" - firebase_ui_oauth: - dependency: transitive - description: - name: firebase_ui_oauth - sha256: f7a0a12e7d4f0518848709f093400796a5c7e3ef13f3498ac83793d291341d9e - url: "https://pub.dev" - source: hosted - version: "1.6.1" - firebase_ui_oauth_google: + description: flutter + source: sdk + version: "0.0.0" + flutter_gen: dependency: "direct main" description: - name: firebase_ui_oauth_google - sha256: "92ffcac3f9fe2509ec962fd50041cae2743b7e739017edad4bbe61c829c0a610" + name: flutter_gen + sha256: "4117a3ea6b26a910c715bd58abcc5a90447e70930a5b98249e94c41da9e849bb" url: "https://pub.dev" source: hosted - version: "1.4.1" - firebase_ui_shared: + version: "5.10.0" + flutter_gen_core: dependency: transitive description: - name: firebase_ui_shared - sha256: f1d07c130a39104d32fba1dab274b7bcb13be2bf4e652624a4ccabb58f9781f1 + name: flutter_gen_core + sha256: "3eaa2d3d8be58267ac4cd5e215ac965dd23cae0410dc073de2e82e227be32bfc" url: "https://pub.dev" source: hosted - version: "1.4.1" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" + version: "5.10.0" flutter_image: dependency: "direct main" description: @@ -295,7 +287,7 @@ packages: source: hosted version: "5.0.0" flutter_localizations: - dependency: transitive + dependency: "direct main" description: flutter source: sdk version: "0.0.0" @@ -307,14 +299,6 @@ packages: url: "https://pub.dev" source: hosted version: "0.7.7" - flutter_svg: - dependency: transitive - description: - name: flutter_svg - sha256: c200fd79c918a40c5cd50ea0877fa13f81bdaf6f0a5d3dbcc2a13e3285d6aa1b - url: "https://pub.dev" - source: hosted - version: "2.0.17" flutter_test: dependency: "direct dev" description: flutter @@ -325,62 +309,30 @@ packages: description: flutter source: sdk version: "0.0.0" - google_fonts: - dependency: "direct main" - description: - name: google_fonts - sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82 - url: "https://pub.dev" - source: hosted - version: "6.2.1" - google_identity_services_web: + glob: dependency: transitive description: - name: google_identity_services_web - sha256: "55580f436822d64c8ff9a77e37d61f5fb1e6c7ec9d632a43ee324e2a05c3c6c9" + name: glob + sha256: c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de url: "https://pub.dev" source: hosted - version: "0.3.3" - google_sign_in: + version: "2.1.3" + google_fonts: dependency: "direct main" description: - name: google_sign_in - sha256: d0a2c3bcb06e607bb11e4daca48bd4b6120f0bbc4015ccebbe757d24ea60ed2a - url: "https://pub.dev" - source: hosted - version: "6.3.0" - google_sign_in_android: - dependency: transitive - description: - name: google_sign_in_android - sha256: "4e52c64366bdb3fe758f683b088ee514cc7a95e69c52b5ee9fc5919e1683d21b" - url: "https://pub.dev" - source: hosted - version: "6.2.0" - google_sign_in_ios: - dependency: transitive - description: - name: google_sign_in_ios - sha256: "29cd125f58f50ceb40e8253d3c0209e321eee3e5df16cd6d262495f7cad6a2bd" - url: "https://pub.dev" - source: hosted - version: "5.8.1" - google_sign_in_platform_interface: - dependency: transitive - description: - name: google_sign_in_platform_interface - sha256: "5f6f79cf139c197261adb6ac024577518ae48fdff8e53205c5373b5f6430a8aa" + name: google_fonts + sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82 url: "https://pub.dev" source: hosted - version: "2.5.0" - google_sign_in_web: + version: "6.2.1" + hashcodes: dependency: transitive description: - name: google_sign_in_web - sha256: "460547beb4962b7623ac0fb8122d6b8268c951cf0b646dd150d60498430e4ded" + name: hashcodes + sha256: "80f9410a5b3c8e110c4b7604546034749259f5d6dcca63e0d3c17c9258f1a651" url: "https://pub.dev" source: hosted - version: "0.12.4+4" + version: "2.0.0" http: dependency: "direct main" description: @@ -405,6 +357,14 @@ packages: url: "https://pub.dev" source: hosted version: "4.5.4" + image_size_getter: + dependency: transitive + description: + name: image_size_getter + sha256: "9a299e3af2ebbcfd1baf21456c3c884037ff524316c97d8e56035ea8fdf35653" + url: "https://pub.dev" + source: hosted + version: "2.4.0" intl: dependency: "direct main" description: @@ -485,6 +445,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.16.0" + mime: + dependency: transitive + description: + name: mime + sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6" + url: "https://pub.dev" + source: hosted + version: "2.0.0" + nested: + dependency: transitive + description: + name: nested + sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20" + url: "https://pub.dev" + source: hosted + version: "1.0.0" nm: dependency: transitive description: @@ -493,6 +469,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.5.0" + package_config: + dependency: transitive + description: + name: package_config + sha256: f096c55ebb7deb7e384101542bfba8c52696c1b56fca2eb62827989ef2353bbc + url: "https://pub.dev" + source: hosted + version: "2.2.0" path: dependency: transitive description: @@ -589,6 +573,22 @@ packages: url: "https://pub.dev" source: hosted version: "6.0.1" + provider: + dependency: "direct main" + description: + name: provider + sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84" + url: "https://pub.dev" + source: hosted + version: "6.1.5" + pub_semver: + dependency: transitive + description: + name: pub_semver + sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585" + url: "https://pub.dev" + source: hosted + version: "2.2.0" shared_preferences: dependency: "direct main" description: @@ -698,6 +698,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.7.4" + time: + dependency: transitive + description: + name: time + sha256: "370572cf5d1e58adcb3e354c47515da3f7469dac3a95b447117e728e7be6f461" + url: "https://pub.dev" + source: hosted + version: "2.1.5" transparent_image: dependency: "direct main" description: @@ -714,14 +722,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.4.0" - vector_graphics: - dependency: transitive - description: - name: vector_graphics - sha256: "44cc7104ff32563122a929e4620cf3efd584194eec6d1d913eb5ba593dbcf6de" - url: "https://pub.dev" - source: hosted - version: "1.1.18" vector_graphics_codec: dependency: transitive description: @@ -754,6 +754,14 @@ packages: url: "https://pub.dev" source: hosted version: "14.3.1" + watcher: + dependency: transitive + description: + name: watcher + sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104" + url: "https://pub.dev" + source: hosted + version: "1.1.1" web: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 64e511b..8beafe3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,6 +54,7 @@ dependencies: provider: ^6.1.4 flutter_localizations: sdk: flutter + flutter_gen: ^5.10.0 dev_dependencies: flutter_test: sdk: flutter @@ -71,7 +72,7 @@ dev_dependencies: # The following section is specific to Flutter packages. flutter: - generate: true # Add this line + generate: false # Add this line # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. diff --git a/windows/flutter/generated_plugin_registrant.cc b/windows/flutter/generated_plugin_registrant.cc index 4ec5ae1..7bfdda0 100644 --- a/windows/flutter/generated_plugin_registrant.cc +++ b/windows/flutter/generated_plugin_registrant.cc @@ -7,17 +7,11 @@ #include "generated_plugin_registrant.h" #include -#include -#include #include void RegisterPlugins(flutter::PluginRegistry* registry) { ConnectivityPlusWindowsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin")); - DesktopWebviewAuthPluginRegisterWithRegistrar( - registry->GetRegistrarForPlugin("DesktopWebviewAuthPlugin")); - FirebaseAuthPluginCApiRegisterWithRegistrar( - registry->GetRegistrarForPlugin("FirebaseAuthPluginCApi")); FirebaseCorePluginCApiRegisterWithRegistrar( registry->GetRegistrarForPlugin("FirebaseCorePluginCApi")); } diff --git a/windows/flutter/generated_plugins.cmake b/windows/flutter/generated_plugins.cmake index 58b38de..0e68a11 100644 --- a/windows/flutter/generated_plugins.cmake +++ b/windows/flutter/generated_plugins.cmake @@ -4,8 +4,6 @@ list(APPEND FLUTTER_PLUGIN_LIST connectivity_plus - desktop_webview_auth - firebase_auth firebase_core ) From 9d6396f0292f7c4aa89923756d68e9bc16caa044 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Thu, 1 May 2025 21:14:47 +0100 Subject: [PATCH 2/5] Add English and French localizations for the application - Implemented English translations in app_localizations_en.dart - Implemented French translations in app_localizations_fr.dart - Added various UI strings for user interactions, error messages, and application processes. --- lib/app.dart | 32 +- lib/l10n/app_localizations.dart | 951 ++++++++++++++++++ lib/l10n/app_localizations_en.dart | 427 ++++++++ lib/l10n/app_localizations_fr.dart | 427 ++++++++ lib/loadingpage.dart | 4 +- lib/pages/dashboard/base.dart | 6 +- lib/pages/dashboard/classrooms.dart | 20 +- lib/pages/dashboard/dashboard.dart | 11 +- lib/pages/dashboard/dashboardnav.dart | 10 +- lib/pages/dashboard/feeds.dart | 7 +- lib/pages/dashboard/nav.dart | 15 +- .../school/admin/application_form_review.dart | 27 +- lib/pages/dashboard/school/admin/base.dart | 25 +- .../dashboard/school/admin/dashboard.dart | 3 +- lib/pages/dashboard/school/admin/users.dart | 24 +- lib/pages/dashboard/school_apply/home.dart | 7 +- .../dashboard/school_apply/instructions.dart | 5 +- .../dashboard/school_apply/questions.dart | 31 +- .../dashboard/school_apply/submiting.dart | 39 +- lib/pages/dashboard/school_explore.dart | 3 +- lib/pages/dashboard/school_profile.dart | 12 +- lib/pages/dashboard/schools.dart | 13 +- lib/pages/sign/assistant/creatingaccount.dart | 27 +- lib/pages/sign/assistant/dobchooser.dart | 17 +- lib/pages/sign/assistant/namechooser.dart | 21 +- lib/pages/sign/assistant/passwordchooser.dart | 54 +- lib/pages/sign/assistant/roleshooser.dart | 22 +- lib/pages/sign/in.dart | 15 +- lib/pages/sign/up.dart | 3 +- lib/pages/welcome.dart | 10 +- 30 files changed, 1964 insertions(+), 304 deletions(-) create mode 100644 lib/l10n/app_localizations.dart create mode 100644 lib/l10n/app_localizations_en.dart create mode 100644 lib/l10n/app_localizations_fr.dart diff --git a/lib/app.dart b/lib/app.dart index 69aea2f..2ddfe74 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -7,7 +7,6 @@ import './backend/sessions.dart'; import './pages/dashboard/dashboard.dart'; import './analytics.dart' as analytics; import 'package:flutter_localizations/flutter_localizations.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class InS extends StatelessWidget { const InS({super.key}); @@ -30,7 +29,6 @@ class InS extends StatelessWidget { themeMode: themeManager.themeMode, localizationsDelegates: [ GlobalMaterialLocalizations.delegate, - AppLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], @@ -61,10 +59,7 @@ class InS extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.center, children: [ ErrorPage( - title: - AppLocalizations.of( - context, - )!.errorLoadingYourSession, + title: "Error loading your session", description: snapshot.error!.toString(), icon: Icon( Icons.signal_wifi_off, @@ -87,9 +82,7 @@ class InS extends StatelessWidget { ), ), icon: Icon(Icons.refresh), - label: Text( - AppLocalizations.of(context)!.reload, - ), + label: Text("Reload"), ), ), ), @@ -110,18 +103,14 @@ class InS extends StatelessWidget { }, ), ), - child: Text( - AppLocalizations.of(context)!.logout, - ), + child: Text("logout"), ), ), ), ], ), ), - appBar: AppBar( - title: Text(AppLocalizations.of(context)!.error), - ), + appBar: AppBar(title: Text("Error")), ); } else if (!snapshot.hasData) { return Scaffold( @@ -133,11 +122,7 @@ class InS extends StatelessWidget { color: Theme.of(context).primaryColor, ), SizedBox(height: 30), - Text( - AppLocalizations.of( - context, - )!.loadingYourOnlineAccounts, - ), + Text("Loading your online accounts..."), ], ), ), @@ -151,12 +136,7 @@ class InS extends StatelessWidget { }, ); } else { - return WelcomePage( - title: - AppLocalizations.of( - context, - )!.welcomeToTheIntranetOfSchools, - ); + return WelcomePage(title: "Welcome to the Intranet of Schools"); } }, ), diff --git a/lib/l10n/app_localizations.dart b/lib/l10n/app_localizations.dart new file mode 100644 index 0000000..88fd8b1 --- /dev/null +++ b/lib/l10n/app_localizations.dart @@ -0,0 +1,951 @@ +import 'dart:async'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/widgets.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:intl/intl.dart' as intl; + +import 'app_localizations_en.dart'; +import 'app_localizations_fr.dart'; + +// ignore_for_file: type=lint + +/// Callers can lookup localized strings with an instance of AppLocalizations +/// returned by `AppLocalizations.of(context)`. +/// +/// Applications need to include `AppLocalizations.delegate()` in their app's +/// `localizationDelegates` list, and the locales they support in the app's +/// `supportedLocales` list. For example: +/// +/// ```dart +/// import 'l10n/app_localizations.dart'; +/// +/// return MaterialApp( +/// localizationsDelegates: AppLocalizations.localizationsDelegates, +/// supportedLocales: AppLocalizations.supportedLocales, +/// home: MyApplicationHome(), +/// ); +/// ``` +/// +/// ## Update pubspec.yaml +/// +/// Please make sure to update your pubspec.yaml to include the following +/// packages: +/// +/// ```yaml +/// dependencies: +/// # Internationalization support. +/// flutter_localizations: +/// sdk: flutter +/// intl: any # Use the pinned version from flutter_localizations +/// +/// # Rest of dependencies +/// ``` +/// +/// ## iOS Applications +/// +/// iOS applications define key application metadata, including supported +/// locales, in an Info.plist file that is built into the application bundle. +/// To configure the locales supported by your app, you’ll need to edit this +/// file. +/// +/// First, open your project’s ios/Runner.xcworkspace Xcode workspace file. +/// Then, in the Project Navigator, open the Info.plist file under the Runner +/// project’s Runner folder. +/// +/// Next, select the Information Property List item, select Add Item from the +/// Editor menu, then select Localizations from the pop-up menu. +/// +/// Select and expand the newly-created Localizations item then, for each +/// locale your application supports, add a new item and select the locale +/// you wish to add from the pop-up menu in the Value field. This list should +/// be consistent with the languages listed in the AppLocalizations.supportedLocales +/// property. +abstract class AppLocalizations { + AppLocalizations(String locale) : localeName = intl.Intl.canonicalizedLocale(locale.toString()); + + final String localeName; + + static AppLocalizations? of(BuildContext context) { + return Localizations.of(context, AppLocalizations); + } + + static const LocalizationsDelegate delegate = _AppLocalizationsDelegate(); + + /// A list of this localizations delegate along with the default localizations + /// delegates. + /// + /// Returns a list of localizations delegates containing this delegate along with + /// GlobalMaterialLocalizations.delegate, GlobalCupertinoLocalizations.delegate, + /// and GlobalWidgetsLocalizations.delegate. + /// + /// Additional delegates can be added by appending to this list in + /// MaterialApp. This list does not have to be used at all if a custom list + /// of delegates is preferred or required. + static const List> localizationsDelegates = >[ + delegate, + GlobalMaterialLocalizations.delegate, + GlobalCupertinoLocalizations.delegate, + GlobalWidgetsLocalizations.delegate, + ]; + + /// A list of this localizations delegate's supported locales. + static const List supportedLocales = [ + Locale('en'), + Locale('fr') + ]; + + /// The conventional newborn programmer greeting + /// + /// In en, this message translates to: + /// **'Hello World!'** + String get helloWorld; + + /// Error message when the user's session fails to load + /// + /// In en, this message translates to: + /// **'Error loading your session'** + String get errorLoadingYourSession; + + /// Action to reload the current page or data + /// + /// In en, this message translates to: + /// **'Reload'** + String get reload; + + /// Action to log out the user + /// + /// In en, this message translates to: + /// **'logout'** + String get logout; + + /// Generic error message + /// + /// In en, this message translates to: + /// **'Error'** + String get error; + + /// Message indicating that the user's online accounts are being loaded + /// + /// In en, this message translates to: + /// **'Loading your online accounts...'** + String get loadingYourOnlineAccounts; + + /// Welcome message for the Intranet of Schools platform + /// + /// In en, this message translates to: + /// **'Welcome to the Intranet of Schools'** + String get welcomeToTheIntranetOfSchools; + + /// Error message including a snapshot of the error + /// + /// In en, this message translates to: + /// **'Error: {error}'** + String errorSnapshotError(Object error); + + /// Label for the user's schools + /// + /// In en, this message translates to: + /// **'Your schools'** + String get yourSchools; + + /// Label for the main dashboard + /// + /// In en, this message translates to: + /// **'Dashboard'** + String get dashboard; + + /// Label for the schedule section + /// + /// In en, this message translates to: + /// **'Schedule'** + String get schedule; + + /// Label for the classrooms section + /// + /// In en, this message translates to: + /// **'Classrooms'** + String get classrooms; + + /// Label for the user's profile + /// + /// In en, this message translates to: + /// **'Profile'** + String get profile; + + /// Label for the application settings + /// + /// In en, this message translates to: + /// **'Settings'** + String get settings; + + /// Action to sign out + /// + /// In en, this message translates to: + /// **'Sign Out'** + String get signOut; + + /// Welcome back message + /// + /// In en, this message translates to: + /// **'Welcome back'** + String get welcomeBack; + + /// Base content for the dashboard + /// + /// In en, this message translates to: + /// **'Dashboard Base Content'** + String get dashboardBaseContent; + + /// Generic welcome + /// + /// In en, this message translates to: + /// **'Welcome!'** + String get welcome; + + /// Label to connect + /// + /// In en, this message translates to: + /// **'Connect'** + String get connect; + + /// Label to register + /// + /// In en, this message translates to: + /// **'Register'** + String get register; + + /// Label for schools + /// + /// In en, this message translates to: + /// **'Schools'** + String get schools; + + /// Label for home + /// + /// In en, this message translates to: + /// **'Home'** + String get home; + + /// Label for Intranet of Schools + /// + /// In en, this message translates to: + /// **'Intranet of Schools'** + String get intranetOfSchools; + + /// Message when there are no schools + /// + /// In en, this message translates to: + /// **'No schools'** + String get noSchools; + + /// Message when the user is not a member of any school + /// + /// In en, this message translates to: + /// **'You are a member of no school yet'** + String get noSchoolMembership; + + /// Label to explore + /// + /// In en, this message translates to: + /// **'Explore'** + String get explore; + + /// Message indicating the user is not a member of a school + /// + /// In en, this message translates to: + /// **'You are a member of no school yet'** + String get youAreAMemberOfNoSchoolYet; + + /// Message indicating a waiting period + /// + /// In en, this message translates to: + /// **'Wait a little bit ...'** + String get waitALittleBit; + + /// Label for manual signup + /// + /// In en, this message translates to: + /// **'Manual Signup >'** + String get manualSignup; + + /// Message after successful signup + /// + /// In en, this message translates to: + /// **'Successfully signed up'** + String get successfullySignedUp; + + /// Label for name input + /// + /// In en, this message translates to: + /// **'Your Name'** + String get yourName; + + /// Label for password input + /// + /// In en, this message translates to: + /// **'Your password'** + String get yourPassword; + + /// Label for sign in + /// + /// In en, this message translates to: + /// **'Signin >'** + String get signin; + + /// Question asking the user's role + /// + /// In en, this message translates to: + /// **'What role best fits you?'** + String get whatRoleBestFitsYou; + + /// Label for student role + /// + /// In en, this message translates to: + /// **'Student'** + String get student; + + /// Label for instructor role + /// + /// In en, this message translates to: + /// **'Instructor'** + String get instructor; + + /// Label for administrator role + /// + /// In en, this message translates to: + /// **'Administrator'** + String get administrator; + + /// Label for parent role + /// + /// In en, this message translates to: + /// **'Parent'** + String get parent; + + /// Label for role selection + /// + /// In en, this message translates to: + /// **'Role'** + String get role; + + /// Label for weak password strength + /// + /// In en, this message translates to: + /// **'Weak'** + String get weak; + + /// Label for moderate password strength + /// + /// In en, this message translates to: + /// **'Moderate'** + String get moderate; + + /// Label for strong password strength + /// + /// In en, this message translates to: + /// **'Strong'** + String get strong; + + /// Label for suggested password + /// + /// In en, this message translates to: + /// **'Suggested Password'** + String get suggestedPassword; + + /// Label to cancel + /// + /// In en, this message translates to: + /// **'Cancel'** + String get cancel; + + /// Label to copy + /// + /// In en, this message translates to: + /// **'Copy'** + String get copy; + + /// Label to use + /// + /// In en, this message translates to: + /// **'Use This'** + String get useThis; + + /// Label for password + /// + /// In en, this message translates to: + /// **'Password'** + String get password; + + /// Label to generate password + /// + /// In en, this message translates to: + /// **'Generate password'** + String get generatePassword; + + /// Label for minimum password length + /// + /// In en, this message translates to: + /// **'Minimum 8 characters'** + String get minimum8Characters; + + /// Label for number requirement in password + /// + /// In en, this message translates to: + /// **'Number (0-9)'** + String get number09; + + /// Label for lowercase requirement in password + /// + /// In en, this message translates to: + /// **'Lowercase letter (a-z)'** + String get lowercaseLetterAZ; + + /// Label for special character requirement in password + /// + /// In en, this message translates to: + /// **'Special character (!@#...)'** + String get specialCharacter; + + /// Label for uppercase requirement in password + /// + /// In en, this message translates to: + /// **'Uppercase letter (A-Z)'** + String get uppercaseLetterAZ; + + /// Label to continue + /// + /// In en, this message translates to: + /// **'Continue'** + String get continuer; + + /// Label for password strength + /// + /// In en, this message translates to: + /// **'\$_strengthLabel password'** + String strengthlabelPassword(Object _strengthLabel); + + /// Label to create user profile + /// + /// In en, this message translates to: + /// **'Create Your Profile'** + String get createYourProfile; + + /// Label for full name input + /// + /// In en, this message translates to: + /// **'Full Name'** + String get fullName; + + /// Label for username input + /// + /// In en, this message translates to: + /// **'Username'** + String get username; + + /// Label for profile setup section + /// + /// In en, this message translates to: + /// **'Profile Setup'** + String get profileSetup; + + /// Message indicating username availability check + /// + /// In en, this message translates to: + /// **'Checking username availability...'** + String get checkingUsernameAvailability; + + /// Message indicating username requirements + /// + /// In en, this message translates to: + /// **'Username must be at least 3 characters and can only contain:\\nlowercase letters, numbers, underscores (_), and periods (.)'** + String get usernameMustBeAtLeast3CharactersAndCanOnlyContainNlowercaseLettersNumbersUnderscoresAndPeriods; + + /// Message indicating username is taken + /// + /// In en, this message translates to: + /// **'This username is already taken'** + String get thisUsernameIsAlreadyTaken; + + /// Message prompting user to select date of birth + /// + /// In en, this message translates to: + /// **'Please select a date of birth.'** + String get pleaseSelectADateOfBirth; + + /// Label for date of birth + /// + /// In en, this message translates to: + /// **'Date of Birth'** + String get dateOfBirth; + + /// Label to choose date of birth + /// + /// In en, this message translates to: + /// **'Choose your date of birth'** + String get chooseYourDateOfBirth; + + /// Label to select a date + /// + /// In en, this message translates to: + /// **'Select date'** + String get selectDate; + + /// Message indicating new account setup + /// + /// In en, this message translates to: + /// **'Setting up your new account...'** + String get settingUpYourNewAccount; + + /// Message indicating workspace preparation + /// + /// In en, this message translates to: + /// **'Preparing your workspace...'** + String get preparingYourWorkspace; + + /// Message indicating settings configuration + /// + /// In en, this message translates to: + /// **'Configuring settings...'** + String get configuringSettings; + + /// Message indicating nearing completion + /// + /// In en, this message translates to: + /// **'Almost there...'** + String get almostThere; + + /// Message indicating a short wait + /// + /// In en, this message translates to: + /// **'Just a few more moments...'** + String get justAFewMoreMoments; + + /// Message indicating profile creation + /// + /// In en, this message translates to: + /// **'Creating your profile...'** + String get creatingYourProfile; + + /// Message indicating preference setup + /// + /// In en, this message translates to: + /// **'Setting up your preferences...'** + String get settingUpYourPreferences; + + /// Message indicating account finalization + /// + /// In en, this message translates to: + /// **'Finalizing your account...'** + String get finalizingYourAccount; + + /// Message indicating dashboard loading + /// + /// In en, this message translates to: + /// **'Loading your dashboard...'** + String get loadingYourDashboard; + + /// Message indicating account creation + /// + /// In en, this message translates to: + /// **'Creating your account'** + String get creatingYourAccount; + + /// Message indicating account creation failure + /// + /// In en, this message translates to: + /// **'Account creation failed'** + String get accountCreationFailed; + + /// Message indicating successful account creation + /// + /// In en, this message translates to: + /// **'Account created successfully!'** + String get accountCreatedSuccessfully; + + /// Message welcoming user to new account + /// + /// In en, this message translates to: + /// **'Welcome to your new account!'** + String get welcomeToYourNewAccount; + + /// Generic location + /// + /// In en, this message translates to: + /// **'Somewhere'** + String get somewhere; + + /// Label to start an application + /// + /// In en, this message translates to: + /// **'Start Application'** + String get startApplication; + + /// Label to explore schools + /// + /// In en, this message translates to: + /// **'Explore Schools'** + String get exploreSchools; + + /// Label to dismiss + /// + /// In en, this message translates to: + /// **'Dismiss'** + String get dismiss; + + /// Label to view + /// + /// In en, this message translates to: + /// **'View >'** + String get view; + + /// Message indicating loading feeds + /// + /// In en, this message translates to: + /// **'Loading your feeds...'** + String get loadingYourFeeds; + + /// Message indicating to cross fingers + /// + /// In en, this message translates to: + /// **'Cross your fingers'** + String get crossYourFingers; + + /// Message indicating to wait + /// + /// In en, this message translates to: + /// **'Please wait...'** + String get pleaseWait; + + /// Error message when feeds fail to load + /// + /// In en, this message translates to: + /// **'Error loading your feeds'** + String get errorLoadingYourFeeds; + + /// Message indicating all content is viewed + /// + /// In en, this message translates to: + /// **'All caught up!'** + String get allCaughtUp; + + /// Error message when classrooms fail to load + /// + /// In en, this message translates to: + /// **'Unable to load classrooms'** + String get unableToLoadClassrooms; + + /// Message indicating no classrooms + /// + /// In en, this message translates to: + /// **'No classrooms'** + String get noClassrooms; + + /// Message indicating user is not a member of any classroom + /// + /// In en, this message translates to: + /// **'You are not a member of any classroom yet'** + String get youAreNotAMemberOfAnyClassroomYet; + + /// Generic loading message + /// + /// In en, this message translates to: + /// **'Loading...'** + String get loading; + + /// Message indicating form retrieval + /// + /// In en, this message translates to: + /// **'Getting form...'** + String get gettingForm; + + /// Label for instructions + /// + /// In en, this message translates to: + /// **'Instructions'** + String get instructions; + + /// Label for next action + /// + /// In en, this message translates to: + /// **'Next'** + String get next; + + /// Label for next step + /// + /// In en, this message translates to: + /// **'Next Step'** + String get nextStep; + + /// Message indicating next step of application + /// + /// In en, this message translates to: + /// **'Next step of the application goes here.'** + String get nextStepOfTheApplicationGoesHere; + + /// Message indicating a required question + /// + /// In en, this message translates to: + /// **'This question is required'** + String get thisQuestionIsRequired; + + /// Message prompting user to enter their answer + /// + /// In en, this message translates to: + /// **'Enter your answer'** + String get enterYourAnswer; + + /// Message indicating a required field + /// + /// In en, this message translates to: + /// **'This field is required'** + String get thisFieldIsRequired; + + /// Message indicating to tap to select a date + /// + /// In en, this message translates to: + /// **'Tap to select date'** + String get tapToSelectDate; + + /// Label to submit application + /// + /// In en, this message translates to: + /// **'Submit Application'** + String get submitApplication; + + /// Shows the current question number and total number of questions + /// + /// In en, this message translates to: + /// **'question {index} of {length}'** + String questionXofX(int index, int length); + + /// Error message for timed out request + /// + /// In en, this message translates to: + /// **'Request timed out. Please check your connection.'** + String get requestTimedOutPleaseCheckYourConnection; + + /// Error message for network error + /// + /// In en, this message translates to: + /// **'Network error. Please check your internet connection.'** + String get networkErrorPleaseCheckYourInternetConnection; + + /// Error message for failed submission + /// + /// In en, this message translates to: + /// **'Submission failed. Please try again.'** + String get submissionFailedPleaseTryAgain; + + /// Message indicating form submission + /// + /// In en, this message translates to: + /// **'Submitting form...'** + String get submittingForm; + + /// Message indicating information processing + /// + /// In en, this message translates to: + /// **'Almost there! Processing your information...'** + String get almostThereProcessingYourInformation; + + /// Message indicating submission finalization + /// + /// In en, this message translates to: + /// **'Finalizing your submission...'** + String get finalizingYourSubmission; + + /// Message after successful submission + /// + /// In en, this message translates to: + /// **'Submission Successful!'** + String get submissionSuccessful; + + /// Message indicating successful form submission + /// + /// In en, this message translates to: + /// **'Your form has been submitted successfully.'** + String get yourFormHasBeenSubmittedSuccessfully; + + /// Message indicating a confirmation email will be sent + /// + /// In en, this message translates to: + /// **'You will receive a confirmation email shortly.'** + String get youWillReceiveAConfirmationEmailShortly; + + /// Label to return to dashboard + /// + /// In en, this message translates to: + /// **'Return to Dashboard'** + String get returnToDashboard; + + /// Message indicating submission failure + /// + /// In en, this message translates to: + /// **'Submission Failed'** + String get submissionFailed; + + /// Message prompting user to check information and try again + /// + /// In en, this message translates to: + /// **'Please check your information and try again.'** + String get pleaseCheckYourInformationAndTryAgain; + + /// Label to try again + /// + /// In en, this message translates to: + /// **'Try Again'** + String get tryAgain; + + /// Label to go back + /// + /// In en, this message translates to: + /// **'Go Back'** + String get goBack; + + /// Error message when the application form fails to load + /// + /// In en, this message translates to: + /// **'Error loading application form'** + String get errorLoadingApplicationForm; + + /// Message to select an application form + /// + /// In en, this message translates to: + /// **'Select application form'** + String get selectApplicationForm; + + /// No description provided for @banana. + /// + /// In en, this message translates to: + /// **'banana'** + String get banana; + + /// No description provided for @schoolApplications. + /// + /// In en, this message translates to: + /// **'School Applications'** + String get schoolApplications; + + /// No description provided for @gettingAllSchoolMembers. + /// + /// In en, this message translates to: + /// **'Getting all school members...'** + String get gettingAllSchoolMembers; + + /// No description provided for @crunchingDatabaseRecords. + /// + /// In en, this message translates to: + /// **'Crunching database records...'** + String get crunchingDatabaseRecords; + + /// No description provided for @schoolMembers. + /// + /// In en, this message translates to: + /// **'School Members'** + String get schoolMembers; + + /// No description provided for @exit. + /// + /// In en, this message translates to: + /// **'Exit'** + String get exit; + + /// No description provided for @gettingAllSchoolApplications. + /// + /// In en, this message translates to: + /// **'Getting all school applications'** + String get gettingAllSchoolApplications; + + /// No description provided for @errorGettingApplicationsAttempts. + /// + /// In en, this message translates to: + /// **'Error getting applications attempts'** + String get errorGettingApplicationsAttempts; + + /// No description provided for @applicationAccepted. + /// + /// In en, this message translates to: + /// **'Application accepted.'** + String get applicationAccepted; + + /// No description provided for @applicationDeclined. + /// + /// In en, this message translates to: + /// **'Application declined.'** + String get applicationDeclined; + + /// No description provided for @reviewApplication. + /// + /// In en, this message translates to: + /// **'Review Application'** + String get reviewApplication; + + /// No description provided for @noAnswer. + /// + /// In en, this message translates to: + /// **'(No answer)'** + String get noAnswer; + + /// No description provided for @accept. + /// + /// In en, this message translates to: + /// **'Accept'** + String get accept; + + /// No description provided for @decline. + /// + /// In en, this message translates to: + /// **'Decline'** + String get decline; + + /// No description provided for @selectTheRoleForTheNewUser. + /// + /// In en, this message translates to: + /// **'Select the role for the new user:'** + String get selectTheRoleForTheNewUser; + + /// No description provided for @teacher. + /// + /// In en, this message translates to: + /// **'Teacher'** + String get teacher; + + /// No description provided for @admin. + /// + /// In en, this message translates to: + /// **'Admin'** + String get admin; +} + +class _AppLocalizationsDelegate extends LocalizationsDelegate { + const _AppLocalizationsDelegate(); + + @override + Future load(Locale locale) { + return SynchronousFuture(lookupAppLocalizations(locale)); + } + + @override + bool isSupported(Locale locale) => ['en', 'fr'].contains(locale.languageCode); + + @override + bool shouldReload(_AppLocalizationsDelegate old) => false; +} + +AppLocalizations lookupAppLocalizations(Locale locale) { + + + // Lookup logic when only language code is specified. + switch (locale.languageCode) { + case 'en': return AppLocalizationsEn(); + case 'fr': return AppLocalizationsFr(); + } + + throw FlutterError( + 'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' + 'an issue with the localizations generation tool. Please file an issue ' + 'on GitHub with a reproducible sample app and the gen-l10n configuration ' + 'that was used.' + ); +} diff --git a/lib/l10n/app_localizations_en.dart b/lib/l10n/app_localizations_en.dart new file mode 100644 index 0000000..488a87e --- /dev/null +++ b/lib/l10n/app_localizations_en.dart @@ -0,0 +1,427 @@ +// ignore: unused_import +import 'package:intl/intl.dart' as intl; +import 'app_localizations.dart'; + +// ignore_for_file: type=lint + +/// The translations for English (`en`). +class AppLocalizationsEn extends AppLocalizations { + AppLocalizationsEn([String locale = 'en']) : super(locale); + + @override + String get helloWorld => 'Hello World!'; + + @override + String get errorLoadingYourSession => 'Error loading your session'; + + @override + String get reload => 'Reload'; + + @override + String get logout => 'logout'; + + @override + String get error => 'Error'; + + @override + String get loadingYourOnlineAccounts => 'Loading your online accounts...'; + + @override + String get welcomeToTheIntranetOfSchools => 'Welcome to the Intranet of Schools'; + + @override + String errorSnapshotError(Object error) { + return 'Error: $error'; + } + + @override + String get yourSchools => 'Your schools'; + + @override + String get dashboard => 'Dashboard'; + + @override + String get schedule => 'Schedule'; + + @override + String get classrooms => 'Classrooms'; + + @override + String get profile => 'Profile'; + + @override + String get settings => 'Settings'; + + @override + String get signOut => 'Sign Out'; + + @override + String get welcomeBack => 'Welcome back'; + + @override + String get dashboardBaseContent => 'Dashboard Base Content'; + + @override + String get welcome => 'Welcome!'; + + @override + String get connect => 'Connect'; + + @override + String get register => 'Register'; + + @override + String get schools => 'Schools'; + + @override + String get home => 'Home'; + + @override + String get intranetOfSchools => 'Intranet of Schools'; + + @override + String get noSchools => 'No schools'; + + @override + String get noSchoolMembership => 'You are a member of no school yet'; + + @override + String get explore => 'Explore'; + + @override + String get youAreAMemberOfNoSchoolYet => 'You are a member of no school yet'; + + @override + String get waitALittleBit => 'Wait a little bit ...'; + + @override + String get manualSignup => 'Manual Signup >'; + + @override + String get successfullySignedUp => 'Successfully signed up'; + + @override + String get yourName => 'Your Name'; + + @override + String get yourPassword => 'Your password'; + + @override + String get signin => 'Signin >'; + + @override + String get whatRoleBestFitsYou => 'What role best fits you?'; + + @override + String get student => 'Student'; + + @override + String get instructor => 'Instructor'; + + @override + String get administrator => 'Administrator'; + + @override + String get parent => 'Parent'; + + @override + String get role => 'Role'; + + @override + String get weak => 'Weak'; + + @override + String get moderate => 'Moderate'; + + @override + String get strong => 'Strong'; + + @override + String get suggestedPassword => 'Suggested Password'; + + @override + String get cancel => 'Cancel'; + + @override + String get copy => 'Copy'; + + @override + String get useThis => 'Use This'; + + @override + String get password => 'Password'; + + @override + String get generatePassword => 'Generate password'; + + @override + String get minimum8Characters => 'Minimum 8 characters'; + + @override + String get number09 => 'Number (0-9)'; + + @override + String get lowercaseLetterAZ => 'Lowercase letter (a-z)'; + + @override + String get specialCharacter => 'Special character (!@#...)'; + + @override + String get uppercaseLetterAZ => 'Uppercase letter (A-Z)'; + + @override + String get continuer => 'Continue'; + + @override + String strengthlabelPassword(Object _strengthLabel) { + return '\$_strengthLabel password'; + } + + @override + String get createYourProfile => 'Create Your Profile'; + + @override + String get fullName => 'Full Name'; + + @override + String get username => 'Username'; + + @override + String get profileSetup => 'Profile Setup'; + + @override + String get checkingUsernameAvailability => 'Checking username availability...'; + + @override + String get usernameMustBeAtLeast3CharactersAndCanOnlyContainNlowercaseLettersNumbersUnderscoresAndPeriods => 'Username must be at least 3 characters and can only contain:\\nlowercase letters, numbers, underscores (_), and periods (.)'; + + @override + String get thisUsernameIsAlreadyTaken => 'This username is already taken'; + + @override + String get pleaseSelectADateOfBirth => 'Please select a date of birth.'; + + @override + String get dateOfBirth => 'Date of Birth'; + + @override + String get chooseYourDateOfBirth => 'Choose your date of birth'; + + @override + String get selectDate => 'Select date'; + + @override + String get settingUpYourNewAccount => 'Setting up your new account...'; + + @override + String get preparingYourWorkspace => 'Preparing your workspace...'; + + @override + String get configuringSettings => 'Configuring settings...'; + + @override + String get almostThere => 'Almost there...'; + + @override + String get justAFewMoreMoments => 'Just a few more moments...'; + + @override + String get creatingYourProfile => 'Creating your profile...'; + + @override + String get settingUpYourPreferences => 'Setting up your preferences...'; + + @override + String get finalizingYourAccount => 'Finalizing your account...'; + + @override + String get loadingYourDashboard => 'Loading your dashboard...'; + + @override + String get creatingYourAccount => 'Creating your account'; + + @override + String get accountCreationFailed => 'Account creation failed'; + + @override + String get accountCreatedSuccessfully => 'Account created successfully!'; + + @override + String get welcomeToYourNewAccount => 'Welcome to your new account!'; + + @override + String get somewhere => 'Somewhere'; + + @override + String get startApplication => 'Start Application'; + + @override + String get exploreSchools => 'Explore Schools'; + + @override + String get dismiss => 'Dismiss'; + + @override + String get view => 'View >'; + + @override + String get loadingYourFeeds => 'Loading your feeds...'; + + @override + String get crossYourFingers => 'Cross your fingers'; + + @override + String get pleaseWait => 'Please wait...'; + + @override + String get errorLoadingYourFeeds => 'Error loading your feeds'; + + @override + String get allCaughtUp => 'All caught up!'; + + @override + String get unableToLoadClassrooms => 'Unable to load classrooms'; + + @override + String get noClassrooms => 'No classrooms'; + + @override + String get youAreNotAMemberOfAnyClassroomYet => 'You are not a member of any classroom yet'; + + @override + String get loading => 'Loading...'; + + @override + String get gettingForm => 'Getting form...'; + + @override + String get instructions => 'Instructions'; + + @override + String get next => 'Next'; + + @override + String get nextStep => 'Next Step'; + + @override + String get nextStepOfTheApplicationGoesHere => 'Next step of the application goes here.'; + + @override + String get thisQuestionIsRequired => 'This question is required'; + + @override + String get enterYourAnswer => 'Enter your answer'; + + @override + String get thisFieldIsRequired => 'This field is required'; + + @override + String get tapToSelectDate => 'Tap to select date'; + + @override + String get submitApplication => 'Submit Application'; + + @override + String questionXofX(int index, int length) { + return 'question $index of $length'; + } + + @override + String get requestTimedOutPleaseCheckYourConnection => 'Request timed out. Please check your connection.'; + + @override + String get networkErrorPleaseCheckYourInternetConnection => 'Network error. Please check your internet connection.'; + + @override + String get submissionFailedPleaseTryAgain => 'Submission failed. Please try again.'; + + @override + String get submittingForm => 'Submitting form...'; + + @override + String get almostThereProcessingYourInformation => 'Almost there! Processing your information...'; + + @override + String get finalizingYourSubmission => 'Finalizing your submission...'; + + @override + String get submissionSuccessful => 'Submission Successful!'; + + @override + String get yourFormHasBeenSubmittedSuccessfully => 'Your form has been submitted successfully.'; + + @override + String get youWillReceiveAConfirmationEmailShortly => 'You will receive a confirmation email shortly.'; + + @override + String get returnToDashboard => 'Return to Dashboard'; + + @override + String get submissionFailed => 'Submission Failed'; + + @override + String get pleaseCheckYourInformationAndTryAgain => 'Please check your information and try again.'; + + @override + String get tryAgain => 'Try Again'; + + @override + String get goBack => 'Go Back'; + + @override + String get errorLoadingApplicationForm => 'Error loading application form'; + + @override + String get selectApplicationForm => 'Select application form'; + + @override + String get banana => 'banana'; + + @override + String get schoolApplications => 'School Applications'; + + @override + String get gettingAllSchoolMembers => 'Getting all school members...'; + + @override + String get crunchingDatabaseRecords => 'Crunching database records...'; + + @override + String get schoolMembers => 'School Members'; + + @override + String get exit => 'Exit'; + + @override + String get gettingAllSchoolApplications => 'Getting all school applications'; + + @override + String get errorGettingApplicationsAttempts => 'Error getting applications attempts'; + + @override + String get applicationAccepted => 'Application accepted.'; + + @override + String get applicationDeclined => 'Application declined.'; + + @override + String get reviewApplication => 'Review Application'; + + @override + String get noAnswer => '(No answer)'; + + @override + String get accept => 'Accept'; + + @override + String get decline => 'Decline'; + + @override + String get selectTheRoleForTheNewUser => 'Select the role for the new user:'; + + @override + String get teacher => 'Teacher'; + + @override + String get admin => 'Admin'; +} diff --git a/lib/l10n/app_localizations_fr.dart b/lib/l10n/app_localizations_fr.dart new file mode 100644 index 0000000..79be68e --- /dev/null +++ b/lib/l10n/app_localizations_fr.dart @@ -0,0 +1,427 @@ +// ignore: unused_import +import 'package:intl/intl.dart' as intl; +import 'app_localizations.dart'; + +// ignore_for_file: type=lint + +/// The translations for French (`fr`). +class AppLocalizationsFr extends AppLocalizations { + AppLocalizationsFr([String locale = 'fr']) : super(locale); + + @override + String get helloWorld => 'Bonjour le monde !'; + + @override + String get errorLoadingYourSession => 'Erreur lors du chargement de votre session'; + + @override + String get reload => 'Recharger'; + + @override + String get logout => 'Se déconnecter'; + + @override + String get error => 'Erreur'; + + @override + String get loadingYourOnlineAccounts => 'Chargement de vos comptes en ligne...'; + + @override + String get welcomeToTheIntranetOfSchools => 'Bienvenue sur l\'Intranet des Écoles'; + + @override + String errorSnapshotError(Object error) { + return 'Erreur : $error'; + } + + @override + String get yourSchools => 'Vos écoles'; + + @override + String get dashboard => 'Tableau de bord'; + + @override + String get schedule => 'Emploi du temps'; + + @override + String get classrooms => 'Salles de classe'; + + @override + String get profile => 'Profil'; + + @override + String get settings => 'Paramètres'; + + @override + String get signOut => 'Se déconnecter'; + + @override + String get welcomeBack => 'Bon retour'; + + @override + String get dashboardBaseContent => 'Contenu de base du tableau de bord'; + + @override + String get welcome => 'Bienvenue !'; + + @override + String get connect => 'Se connecter'; + + @override + String get register => 'S\'inscrire'; + + @override + String get schools => 'Écoles'; + + @override + String get home => 'Home'; + + @override + String get intranetOfSchools => 'Intranet des Écoles'; + + @override + String get noSchools => 'Aucune école'; + + @override + String get noSchoolMembership => 'Vous n\'êtes membre d\'aucune école pour le moment'; + + @override + String get explore => 'Explorer'; + + @override + String get youAreAMemberOfNoSchoolYet => 'Vous n\'êtes membre d\'aucune école pour le moment'; + + @override + String get waitALittleBit => 'Patientez un instant...'; + + @override + String get manualSignup => 'Inscription manuelle >'; + + @override + String get successfullySignedUp => 'Inscription réussie'; + + @override + String get yourName => 'Votre nom'; + + @override + String get yourPassword => 'Votre mot de passe'; + + @override + String get signin => 'Se connecter >'; + + @override + String get whatRoleBestFitsYou => 'Quel rôle vous correspond le mieux ?'; + + @override + String get student => 'Student'; + + @override + String get instructor => 'Professeur'; + + @override + String get administrator => 'Administrateur'; + + @override + String get parent => 'Parent'; + + @override + String get role => 'Rôle'; + + @override + String get weak => 'Faible'; + + @override + String get moderate => 'Moyen'; + + @override + String get strong => 'Fort'; + + @override + String get suggestedPassword => 'Mot de passe suggéré'; + + @override + String get cancel => 'Annuler'; + + @override + String get copy => 'Copier'; + + @override + String get useThis => 'Utiliser'; + + @override + String get password => 'Mot de passe'; + + @override + String get generatePassword => 'Générer un mot de passe'; + + @override + String get minimum8Characters => 'Minimum 8 caractères'; + + @override + String get number09 => 'Chiffre (0-9)'; + + @override + String get lowercaseLetterAZ => 'Lettre minuscule (a-z)'; + + @override + String get specialCharacter => 'Caractère spécial (!@#...)'; + + @override + String get uppercaseLetterAZ => 'Lettre majuscule (A-Z)'; + + @override + String get continuer => 'Continuer'; + + @override + String strengthlabelPassword(Object _strengthLabel) { + return 'Mot de passe \$_strengthLabel'; + } + + @override + String get createYourProfile => 'Créer votre profil'; + + @override + String get fullName => 'Nom complet'; + + @override + String get username => 'Nom d\'utilisateur'; + + @override + String get profileSetup => 'Configuration du profil'; + + @override + String get checkingUsernameAvailability => 'Vérification de la disponibilité du nom d\'utilisateur...'; + + @override + String get usernameMustBeAtLeast3CharactersAndCanOnlyContainNlowercaseLettersNumbersUnderscoresAndPeriods => 'Le nom d\'utilisateur doit comporter au moins 3 caractères et ne peut contenir que :\ndes lettres minuscules, des chiffres, des underscores (_) et des points (.)'; + + @override + String get thisUsernameIsAlreadyTaken => 'Ce nom d\'utilisateur est déjà pris'; + + @override + String get pleaseSelectADateOfBirth => 'Veuillez sélectionner une date de naissance.'; + + @override + String get dateOfBirth => 'Date de naissance'; + + @override + String get chooseYourDateOfBirth => 'Choisissez votre date de naissance'; + + @override + String get selectDate => 'Sélectionner une date'; + + @override + String get settingUpYourNewAccount => 'Configuration de votre nouveau compte...'; + + @override + String get preparingYourWorkspace => 'Préparation de votre espace de travail...'; + + @override + String get configuringSettings => 'Configuration des paramètres...'; + + @override + String get almostThere => 'Presque là...'; + + @override + String get justAFewMoreMoments => 'Encore quelques instants...'; + + @override + String get creatingYourProfile => 'Création de votre profil...'; + + @override + String get settingUpYourPreferences => 'Configuration de vos préférences...'; + + @override + String get finalizingYourAccount => 'Finalisation de votre compte...'; + + @override + String get loadingYourDashboard => 'Chargement de votre tableau de bord...'; + + @override + String get creatingYourAccount => 'Création de votre compte'; + + @override + String get accountCreationFailed => 'La création du compte a échoué'; + + @override + String get accountCreatedSuccessfully => 'Compte créé avec succès !'; + + @override + String get welcomeToYourNewAccount => 'Bienvenue sur votre nouveau compte !'; + + @override + String get somewhere => 'Quelque part'; + + @override + String get startApplication => 'Démarrer l\'application'; + + @override + String get exploreSchools => 'Explorer les écoles'; + + @override + String get dismiss => 'Ignorer'; + + @override + String get view => 'Voir >'; + + @override + String get loadingYourFeeds => 'Chargement de vos flux...'; + + @override + String get crossYourFingers => 'Croisez les doigts'; + + @override + String get pleaseWait => 'Please wait...'; + + @override + String get errorLoadingYourFeeds => 'Erreur lors du chargement de vos flux'; + + @override + String get allCaughtUp => 'Tout est à jour !'; + + @override + String get unableToLoadClassrooms => 'Impossible de charger les salles de classe'; + + @override + String get noClassrooms => 'Aucune salle de classe'; + + @override + String get youAreNotAMemberOfAnyClassroomYet => 'Vous n\'êtes membre d\'aucune salle de classe pour le moment'; + + @override + String get loading => 'Chargement...'; + + @override + String get gettingForm => 'Récupération du formulaire...'; + + @override + String get instructions => 'Instructions'; + + @override + String get next => 'Suivant'; + + @override + String get nextStep => 'Étape suivante'; + + @override + String get nextStepOfTheApplicationGoesHere => 'La prochaine étape de la demande se trouve ici.'; + + @override + String get thisQuestionIsRequired => 'Cette question est obligatoire'; + + @override + String get enterYourAnswer => 'Entrez votre réponse'; + + @override + String get thisFieldIsRequired => 'Ce champ est obligatoire'; + + @override + String get tapToSelectDate => 'Appuyez pour sélectionner la date'; + + @override + String get submitApplication => 'Soumettre la demande'; + + @override + String questionXofX(int index, int length) { + return 'Question $index sur $length'; + } + + @override + String get requestTimedOutPleaseCheckYourConnection => 'La requête a expiré. Veuillez vérifier votre connexion.'; + + @override + String get networkErrorPleaseCheckYourInternetConnection => 'Erreur réseau. Veuillez vérifier votre connexion Internet.'; + + @override + String get submissionFailedPleaseTryAgain => 'La soumission a échoué. Veuillez réessayer.'; + + @override + String get submittingForm => 'Soumission du formulaire...'; + + @override + String get almostThereProcessingYourInformation => 'Presque là ! Traitement de vos informations...'; + + @override + String get finalizingYourSubmission => 'Finalisation de votre soumission...'; + + @override + String get submissionSuccessful => 'Soumission réussie !'; + + @override + String get yourFormHasBeenSubmittedSuccessfully => 'Votre formulaire a été soumis avec succès.'; + + @override + String get youWillReceiveAConfirmationEmailShortly => 'Vous recevrez un e-mail de confirmation sous peu.'; + + @override + String get returnToDashboard => 'Retour au tableau de bord'; + + @override + String get submissionFailed => 'Échec de la soumission'; + + @override + String get pleaseCheckYourInformationAndTryAgain => 'Veuillez vérifier vos informations et réessayer.'; + + @override + String get tryAgain => 'Réessayer'; + + @override + String get goBack => 'Retourner'; + + @override + String get errorLoadingApplicationForm => 'Erreur lors du chargement du formulaire de demande'; + + @override + String get selectApplicationForm => 'Sélectionner le formulaire de demande'; + + @override + String get banana => 'banana'; + + @override + String get schoolApplications => 'School Applications'; + + @override + String get gettingAllSchoolMembers => 'Getting all school members...'; + + @override + String get crunchingDatabaseRecords => 'Crunching database records...'; + + @override + String get schoolMembers => 'School Members'; + + @override + String get exit => 'Exit'; + + @override + String get gettingAllSchoolApplications => 'Getting all school applications'; + + @override + String get errorGettingApplicationsAttempts => 'Error getting applications attempts'; + + @override + String get applicationAccepted => 'Application accepted.'; + + @override + String get applicationDeclined => 'Application declined.'; + + @override + String get reviewApplication => 'Review Application'; + + @override + String get noAnswer => '(No answer)'; + + @override + String get accept => 'Accept'; + + @override + String get decline => 'Decline'; + + @override + String get selectTheRoleForTheNewUser => 'Select the role for the new user:'; + + @override + String get teacher => 'Teacher'; + + @override + String get admin => 'Admin'; +} diff --git a/lib/loadingpage.dart b/lib/loadingpage.dart index 92c65cf..b2399ce 100644 --- a/lib/loadingpage.dart +++ b/lib/loadingpage.dart @@ -1,7 +1,5 @@ import 'dart:async'; import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; class LoadingPage extends StatefulWidget { final List messages; @@ -52,7 +50,7 @@ class _LoadingPageState extends State { const CircularProgressIndicator(), const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.waitALittleBit, + "Wait a little bit ...", style: Theme.of(context).textTheme.titleLarge, textAlign: TextAlign.center, ), diff --git a/lib/pages/dashboard/base.dart b/lib/pages/dashboard/base.dart index a56d8e7..e3bcb24 100644 --- a/lib/pages/dashboard/base.dart +++ b/lib/pages/dashboard/base.dart @@ -5,8 +5,6 @@ import './nav.dart'; import './dashboardnav.dart'; import '../../analytics.dart' as analytics; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; - class DashboardBase extends StatelessWidget { final Session session; final User user; @@ -20,9 +18,7 @@ class DashboardBase extends StatelessWidget { required this.title, }); Widget buildContent(BuildContext context) { - return Center( - child: Text(AppLocalizations.of(context)!.dashboardBaseContent), - ); + return Center(child: Text("Dashboard Base Content")); } @override diff --git a/lib/pages/dashboard/classrooms.dart b/lib/pages/dashboard/classrooms.dart index 9535e3c..6858970 100644 --- a/lib/pages/dashboard/classrooms.dart +++ b/lib/pages/dashboard/classrooms.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import './base.dart'; @@ -21,10 +20,9 @@ class DashboardClassroomsPage extends DashboardBase { builder: (context, snapshot) { if (snapshot.hasError) { return ErrorPage( - title: AppLocalizations.of(context)!.error, + title: "Error", description: - AppLocalizations.of(context)!.unableToLoadClassrooms + - snapshot.error.toString(), + "Unable to load classrooms " + snapshot.error.toString(), ); } else if (!snapshot.hasData) { return CircularProgressIndicator( @@ -37,14 +35,12 @@ class DashboardClassroomsPage extends DashboardBase { child: Column( children: [ Text( - AppLocalizations.of(context)!.noClassrooms, + "No classrooms", style: Theme.of(context).textTheme.titleLarge, ), Container(height: 10), Text( - AppLocalizations.of( - context, - )!.youAreNotAMemberOfAnyClassroomYet, + "You are not a member of any classroom yet", style: Theme.of(context).textTheme.bodyMedium, ), ], @@ -71,9 +67,7 @@ class DashboardClassroomsPage extends DashboardBase { child: Column( children: [ Text( - AppLocalizations.of( - context, - )!.noClassrooms, + "No classrooms", style: Theme.of( context, @@ -81,9 +75,7 @@ class DashboardClassroomsPage extends DashboardBase { ), Container(height: 10), Text( - AppLocalizations.of( - context, - )!.youAreNotAMemberOfAnyClassroomYet, + "You are not a member of any classroom yet", style: Theme.of( context, diff --git a/lib/pages/dashboard/dashboard.dart b/lib/pages/dashboard/dashboard.dart index 2d8941e..72d3aeb 100644 --- a/lib/pages/dashboard/dashboard.dart +++ b/lib/pages/dashboard/dashboard.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import './feeds.dart'; import './base.dart'; @@ -22,14 +21,14 @@ class DashboardPage extends DashboardBase { if (snapshot.connectionState == ConnectionState.waiting) { return LoadingPage( messages: [ - AppLocalizations.of(context)!.loadingYourFeeds, - AppLocalizations.of(context)!.pleaseWait, - AppLocalizations.of(context)!.crossYourFingers, + "Loading your feeds...", + "Please wait...", + "Cross your fingers", ], ); } else if (snapshot.hasError) { return ErrorPage( - title: AppLocalizations.of(context)!.errorLoadingYourFeeds, + title: "Error loading your feeds", description: snapshot.error.toString(), icon: Icon( Icons.signal_wifi_off, @@ -80,7 +79,7 @@ class _FeedsViewState extends State { const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.allCaughtUp, + "All caught up!", style: Theme.of(context).textTheme.headlineLarge, ), ], diff --git a/lib/pages/dashboard/dashboardnav.dart b/lib/pages/dashboard/dashboardnav.dart index b659b11..8fb4d4c 100644 --- a/lib/pages/dashboard/dashboardnav.dart +++ b/lib/pages/dashboard/dashboardnav.dart @@ -3,7 +3,6 @@ import '../../backend/models.dart'; import './dashboard.dart'; import './classrooms.dart'; import './schools.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; Widget dashboardBottomNav( BuildContext context, @@ -19,12 +18,9 @@ Widget dashboardBottomNav( selectedItemColor: Theme.of(context).colorScheme.primary, unselectedItemColor: Colors.grey.shade600, items: [ - BottomNavigationBarItem(icon: Icon(Icons.dashboard), label: AppLocalizations.of(context)!.home), - BottomNavigationBarItem(icon: Icon(Icons.class_), label: AppLocalizations.of(context)!.classrooms), - BottomNavigationBarItem( - icon: Icon(Icons.school), - label: AppLocalizations.of(context)!.schools, - ), + BottomNavigationBarItem(icon: Icon(Icons.dashboard), label: "Home"), + BottomNavigationBarItem(icon: Icon(Icons.class_), label: "Classrooms"), + BottomNavigationBarItem(icon: Icon(Icons.school), label: "Schools"), ], onTap: (index) { switch (index) { diff --git a/lib/pages/dashboard/feeds.dart b/lib/pages/dashboard/feeds.dart index 11fc949..45186d7 100644 --- a/lib/pages/dashboard/feeds.dart +++ b/lib/pages/dashboard/feeds.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:flutter_markdown/flutter_markdown.dart'; @@ -101,7 +100,7 @@ class NotificationFeedView extends StatelessWidget { ), foregroundColor: WidgetStateProperty.all(colorScheme.error), ), - child: Text(AppLocalizations.of(context)!.dismiss), + child: Text("Dismiss"), ), ), ], @@ -123,7 +122,7 @@ class NotificationFeedView extends StatelessWidget { ), foregroundColor: WidgetStateProperty.all(colorScheme.error), ), - child: Text(AppLocalizations.of(context)!.dismiss), + child: Text("Dismiss"), ), ), ElevatedButton( @@ -132,7 +131,7 @@ class NotificationFeedView extends StatelessWidget { backgroundColor: colorScheme.primary, foregroundColor: colorScheme.onPrimary, ), - child: Text(AppLocalizations.of(context)!.view), + child: Text("View >"), ), ], ), diff --git a/lib/pages/dashboard/nav.dart b/lib/pages/dashboard/nav.dart index 6ca7e1e..9d6cfc8 100644 --- a/lib/pages/dashboard/nav.dart +++ b/lib/pages/dashboard/nav.dart @@ -6,7 +6,6 @@ import './dashboard.dart'; import '../../backend/models.dart' as models; import '../welcome.dart'; import 'package:ins/theme.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; Widget dashboardNav( BuildContext context, @@ -20,7 +19,7 @@ Widget dashboardNav( DrawerHeader(child: Container()), ListTile( leading: Icon(Icons.dashboard), - title: Text(AppLocalizations.of(context)!.dashboard), + title: Text("Dashboard"), onTap: () => Navigator.pushReplacement( context, @@ -32,12 +31,12 @@ Widget dashboardNav( ), ListTile( leading: Icon(Icons.book), - title: Text(AppLocalizations.of(context)!.classrooms), + title: Text("Classrooms"), onTap: () {}, ), ListTile( leading: Icon(Icons.calendar_today), - title: Text(AppLocalizations.of(context)!.schedule), + title: Text("Schedule"), onTap: () {}, ), ], @@ -85,23 +84,23 @@ Widget dashboardAccountNav( ), ListTile( leading: Icon(Icons.person), - title: Text(AppLocalizations.of(context)!.profile), + title: Text("Profile"), onTap: () => Navigator.pop(context), ), ListTile( leading: Icon(Icons.settings), - title: Text(AppLocalizations.of(context)!.settings), + title: Text("Settings"), onTap: () {}, ), ListTile( leading: Icon(Icons.logout), - title: Text(AppLocalizations.of(context)!.signOut), + title: Text("Sign Out"), onTap: () { sessionManager.clearSession(); Navigator.pushAndRemoveUntil( context, MaterialPageRoute( - builder: (context) => WelcomePage(title: AppLocalizations.of(context)!.welcomeBack), + builder: (context) => WelcomePage(title: "Welcome back"), ), (route) => false, ); diff --git a/lib/pages/dashboard/school/admin/application_form_review.dart b/lib/pages/dashboard/school/admin/application_form_review.dart index 42878ad..6843c65 100644 --- a/lib/pages/dashboard/school/admin/application_form_review.dart +++ b/lib/pages/dashboard/school/admin/application_form_review.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:ins/backend/models.dart' as models; @@ -41,24 +40,24 @@ class _ApplicationFormReviewPageState extends State { children: [ SizedBox(height: 10), Text( - AppLocalizations.of(context)!.selectTheRoleForTheNewUser, + "Select the role for the new user:", style: Theme.of(context).textTheme.headlineMedium, ), SizedBox(height: 16), ListTile( - title: Text(AppLocalizations.of(context)!.student), + title: Text("Student"), onTap: () => Navigator.pop(context, 'student'), ), ListTile( - title: Text(AppLocalizations.of(context)!.teacher), + title: Text("Teacher"), onTap: () => Navigator.pop(context, 'teacher'), ), ListTile( - title: Text(AppLocalizations.of(context)!.parent), + title: Text("Parent"), onTap: () => Navigator.pop(context, 'parent'), ), ListTile( - title: Text(AppLocalizations.of(context)!.admin), + title: Text("Admin"), onTap: () => Navigator.pop(context, 'admin'), ), ], @@ -81,9 +80,7 @@ class _ApplicationFormReviewPageState extends State { setState(() { _isProcessing = false; _resultMessage = - accepted - ? AppLocalizations.of(context)!.applicationAccepted - : AppLocalizations.of(context)!.applicationDeclined; + accepted ? "Application accepted." : "Application declined."; }); } @@ -92,9 +89,7 @@ class _ApplicationFormReviewPageState extends State { final answers = widget.attempt.answers; final questions = widget.form.questions; return Scaffold( - appBar: AppBar( - title: Text(AppLocalizations.of(context)!.reviewApplication), - ), + appBar: AppBar(title: Text("Review Application")), body: _isProcessing ? const Center(child: CircularProgressIndicator()) @@ -125,9 +120,7 @@ class _ApplicationFormReviewPageState extends State { ), ), subtitle: Text( - a.content.isNotEmpty - ? a.content - : AppLocalizations.of(context)!.noAnswer, + a.content.isNotEmpty ? a.content : "(No answer)", ), ); }, @@ -147,7 +140,7 @@ class _ApplicationFormReviewPageState extends State { children: [ ElevatedButton.icon( icon: const Icon(Icons.check), - label: Text(AppLocalizations.of(context)!.accept), + label: Text("Accept"), style: ElevatedButton.styleFrom( backgroundColor: Colors.green, ), @@ -158,7 +151,7 @@ class _ApplicationFormReviewPageState extends State { ), ElevatedButton.icon( icon: const Icon(Icons.close), - label: Text(AppLocalizations.of(context)!.decline), + label: Text("Decline"), style: ElevatedButton.styleFrom( backgroundColor: Colors.red, ), diff --git a/lib/pages/dashboard/school/admin/base.dart b/lib/pages/dashboard/school/admin/base.dart index 1b2f7ec..6aa22e8 100644 --- a/lib/pages/dashboard/school/admin/base.dart +++ b/lib/pages/dashboard/school/admin/base.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:ins/offline.dart'; import 'package:ins/backend/models.dart' as models; @@ -30,7 +29,7 @@ class StudentSchoolViewBase extends StatelessWidget { } String getTitle(BuildContext context) { - return AppLocalizations.of(context)!.dashboard; + return "Dashboard"; } @override @@ -93,24 +92,24 @@ class StudentSchoolViewBase extends StatelessWidget { ), ListTile( leading: Icon(Icons.person), - title: Text(AppLocalizations.of(context)!.profile), + title: Text("Profile"), onTap: () => Navigator.pop(context), ), ListTile( leading: Icon(Icons.settings), - title: Text(AppLocalizations.of(context)!.settings), + title: Text("Settings"), onTap: () {}, ), ListTile( leading: Icon(Icons.logout), - title: Text(AppLocalizations.of(context)!.exit), + title: Text("Exit"), onTap: () { Navigator.pushAndRemoveUntil( context, MaterialPageRoute( builder: (context) => dashboard.DashboardPage( - title: AppLocalizations.of(context)!.welcomeBack, + title: "Welcome back", session: session, user: user, ), @@ -127,21 +126,15 @@ class StudentSchoolViewBase extends StatelessWidget { selectedItemColor: Theme.of(context).colorScheme.primary, unselectedItemColor: Colors.grey.shade600, items: [ - BottomNavigationBarItem( - icon: Icon(Icons.home), - label: AppLocalizations.of(context)!.home, - ), - BottomNavigationBarItem( - icon: Icon(Icons.person), - label: AppLocalizations.of(context)!.profile, - ), + BottomNavigationBarItem(icon: Icon(Icons.home), label: "Home"), + BottomNavigationBarItem(icon: Icon(Icons.person), label: "Profile"), BottomNavigationBarItem( icon: Icon(Icons.class_), - label: AppLocalizations.of(context)!.classrooms, + label: "Classrooms", ), BottomNavigationBarItem( icon: Icon(Icons.apps), - label: AppLocalizations.of(context)!.schoolApplications, + label: "School Applications", ), ], currentIndex: index, diff --git a/lib/pages/dashboard/school/admin/dashboard.dart b/lib/pages/dashboard/school/admin/dashboard.dart index ccbbce1..a2b4fcd 100644 --- a/lib/pages/dashboard/school/admin/dashboard.dart +++ b/lib/pages/dashboard/school/admin/dashboard.dart @@ -1,5 +1,4 @@ import 'package:flutter/material.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import './base.dart'; class AdminSchoolDashboardPage extends StudentSchoolViewBase { @@ -13,7 +12,7 @@ class AdminSchoolDashboardPage extends StudentSchoolViewBase { }); @override String getTitle(BuildContext context) { - return AppLocalizations.of(context)!.dashboard; + return "Dashboard"; } @override diff --git a/lib/pages/dashboard/school/admin/users.dart b/lib/pages/dashboard/school/admin/users.dart index 2ba59c0..befbc5b 100644 --- a/lib/pages/dashboard/school/admin/users.dart +++ b/lib/pages/dashboard/school/admin/users.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:ins/profile.dart'; import './base.dart'; @@ -19,7 +18,7 @@ class AdminSchoolUsersPage extends StudentSchoolViewBase { @override String getTitle(BuildContext context) { - return AppLocalizations.of(context)!.schoolMembers; + return "School Members"; } @override @@ -49,13 +48,9 @@ class AdminSchoolUsersPage extends StudentSchoolViewBase { ConnectionState.waiting) { return LoadingPage( messages: [ - AppLocalizations.of( - context, - )!.gettingAllSchoolMembers, - AppLocalizations.of( - context, - )!.crunchingDatabaseRecords, - AppLocalizations.of(context)!.pleaseWait, + "Getting all school members...", + "Crunching database records...", + "Please wait...", ], ); } else if (snapshot.hasError) { @@ -128,18 +123,13 @@ class AdminSchoolUsersPage extends StudentSchoolViewBase { ConnectionState.waiting) { return LoadingPage( messages: [ - AppLocalizations.of( - context, - )!.gettingAllSchoolApplications, - AppLocalizations.of(context)!.pleaseWait, + "Getting all school applications...", + "Please wait...", ], ); } else if (snapshot.hasError) { return ErrorPage( - title: - AppLocalizations.of( - context, - )!.errorGettingApplicationsAttempts, + title: "Error getting applications attempts", description: snapshot.error.toString(), ); } else if (snapshot.hasData) { diff --git a/lib/pages/dashboard/school_apply/home.dart b/lib/pages/dashboard/school_apply/home.dart index 542448c..8ae20af 100644 --- a/lib/pages/dashboard/school_apply/home.dart +++ b/lib/pages/dashboard/school_apply/home.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:ins/pages/dashboard/school_apply/manager.dart'; import '../../../backend/models.dart' as models; @@ -20,11 +19,7 @@ void launchApplicationForm( builder: (context) => Scaffold( body: LoadingPage( - messages: [ - AppLocalizations.of(context)!.loading, - AppLocalizations.of(context)!.gettingForm, - AppLocalizations.of(context)!.pleaseWait, - ], + messages: ["Loading...", "Getting form...", "Please wait..."], ), ), ), diff --git a/lib/pages/dashboard/school_apply/instructions.dart b/lib/pages/dashboard/school_apply/instructions.dart index 348059d..4dce78f 100644 --- a/lib/pages/dashboard/school_apply/instructions.dart +++ b/lib/pages/dashboard/school_apply/instructions.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:flutter_markdown/flutter_markdown.dart'; import 'package:google_fonts/google_fonts.dart'; @@ -24,7 +23,7 @@ class ApplicationFormInstructionsPage extends AssistantBasePage { children: [ SizedBox(height: 10), Text( - AppLocalizations.of(context)!.instructions, + "Instructions", style: Theme.of(context).textTheme.headlineLarge, ), Padding( @@ -52,7 +51,7 @@ class ApplicationFormInstructionsPage extends AssistantBasePage { ), ); }, - child: Text(AppLocalizations.of(context)!.next), + child: Text("Next"), ), ), ], diff --git a/lib/pages/dashboard/school_apply/questions.dart b/lib/pages/dashboard/school_apply/questions.dart index 5fe36d5..d85265c 100644 --- a/lib/pages/dashboard/school_apply/questions.dart +++ b/lib/pages/dashboard/school_apply/questions.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:flutter_markdown/flutter_markdown.dart'; import 'package:intl/intl.dart'; @@ -91,11 +90,7 @@ class _QuestionsViewState extends State<_QuestionsView> final answer = widget.assistantState.answers[question.number]; if (question.required && (answer == null || answer.isEmpty)) { - setState( - () => - _currentError = - AppLocalizations.of(context)!.thisQuestionIsRequired, - ); + setState(() => _currentError = "This question is required"); return false; } return true; @@ -189,10 +184,10 @@ class _QuestionsViewState extends State<_QuestionsView> Row( children: [ Text( - AppLocalizations.of(context)!.questionXofX( - _currentQuestionIndex + 1, - widget.form.questions.length, - ), + "question " + + (_currentQuestionIndex + 1).toString() + + " of " + + widget.form.questions.length.toString(), style: Theme.of( context, ).textTheme.bodySmall?.copyWith(color: Colors.grey.shade600), @@ -243,7 +238,7 @@ class _QuestionsViewState extends State<_QuestionsView> text: currentValue?.toString() ?? '', ), decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.enterYourAnswer, + labelText: "Enter your answer", border: OutlineInputBorder(borderRadius: BorderRadius.circular(12)), filled: true, floatingLabelBehavior: FloatingLabelBehavior.auto, @@ -251,7 +246,7 @@ class _QuestionsViewState extends State<_QuestionsView> validator: (value) => question.required && (value == null || value.isEmpty) - ? AppLocalizations.of(context)!.thisFieldIsRequired + ? "This field is required" : null, ); case 'date': @@ -270,7 +265,7 @@ class _QuestionsViewState extends State<_QuestionsView> }, child: InputDecorator( decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.selectDate, + labelText: "Select date", border: OutlineInputBorder( borderRadius: BorderRadius.circular(12), ), @@ -280,7 +275,7 @@ class _QuestionsViewState extends State<_QuestionsView> child: Text( date != null ? DateFormat('MMM dd, yyyy').format(date) - : AppLocalizations.of(context)!.tapToSelectDate, + : "Tap to select date", style: Theme.of(context).textTheme.bodyLarge, ), ), @@ -291,7 +286,7 @@ class _QuestionsViewState extends State<_QuestionsView> onChanged: (value) => _onAnswerChanged(question, value), controller: TextEditingController(text: currentValue ?? ''), decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.enterYourAnswer, + labelText: "Enter your answer", border: OutlineInputBorder(borderRadius: BorderRadius.circular(12)), filled: true, floatingLabelBehavior: FloatingLabelBehavior.auto, @@ -299,7 +294,7 @@ class _QuestionsViewState extends State<_QuestionsView> validator: (value) => question.required && (value == null || value.isEmpty) - ? AppLocalizations.of(context)!.thisFieldIsRequired + ? "This field is required" : null, ); } @@ -353,8 +348,8 @@ class _QuestionsViewState extends State<_QuestionsView> children: [ Text( _currentQuestionIndex < widget.form.questions.length - 1 - ? AppLocalizations.of(context)!.continuer - : AppLocalizations.of(context)!.submitApplication, + ? "Continue" + : "Submit application", ), if (_currentQuestionIndex < widget.form.questions.length - 1) diff --git a/lib/pages/dashboard/school_apply/submiting.dart b/lib/pages/dashboard/school_apply/submiting.dart index 7a6bd12..e6bbfaa 100644 --- a/lib/pages/dashboard/school_apply/submiting.dart +++ b/lib/pages/dashboard/school_apply/submiting.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:ins/analytics.dart' as analytics; import '../../../backend/models.dart' as models; @@ -69,16 +68,12 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { String _parseErrorMessage(String error, BuildContext context) { // Custom error message parsing can be added here if (error.contains('timeout')) { - return AppLocalizations.of( - context, - )!.requestTimedOutPleaseCheckYourConnection; + return "Request timed out. Please check your connection."; } if (error.contains('network')) { - return AppLocalizations.of( - context, - )!.networkErrorPleaseCheckYourInternetConnection; + return "Network error. Please check your internet connection."; } - return AppLocalizations.of(context)!.submissionFailedPleaseTryAgain; + return "Submission failed. Please try again."; } @override @@ -105,9 +100,9 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { Widget _buildLoadingState(BuildContext context) { return LoadingPage( messages: [ - AppLocalizations.of(context)!.submittingForm, - AppLocalizations.of(context)!.almostThereProcessingYourInformation, - AppLocalizations.of(context)!.finalizingYourSubmission, + "Submitting form...", + "Almost there! Processing your information...", + "Finalizing your submission...", ], ); } @@ -126,7 +121,7 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { ), const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.submissionSuccessful, + "Submission Successful!", style: Theme.of(context).textTheme.headlineSmall?.copyWith( fontWeight: FontWeight.bold, color: colorScheme.onSurface, @@ -134,17 +129,13 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { ), const SizedBox(height: 16), Text( - AppLocalizations.of( - context, - )!.yourFormHasBeenSubmittedSuccessfully, + "Your form has been submitted successfully.", textAlign: TextAlign.center, style: Theme.of(context).textTheme.bodyLarge, ), const SizedBox(height: 8), Text( - AppLocalizations.of( - context, - )!.youWillReceiveAConfirmationEmailShortly, + "You will receive a confirmation email shortly.", textAlign: TextAlign.center, style: Theme.of(context).textTheme.bodyMedium?.copyWith( color: colorScheme.onSurface.withOpacity(0.6), @@ -155,7 +146,7 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { onPressed: () { Navigator.of(context).popUntil((route) => route.isFirst); }, - child: Text(AppLocalizations.of(context)!.returnToDashboard), + child: Text("Return to Dashboard"), ), ], ), @@ -173,7 +164,7 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { Icon(Icons.error_outline, color: colorScheme.error, size: 80), const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.submissionFailed, + "Submission Failed", style: Theme.of(context).textTheme.headlineSmall?.copyWith( fontWeight: FontWeight.bold, color: colorScheme.onSurface, @@ -189,9 +180,7 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { ), const SizedBox(height: 8), Text( - AppLocalizations.of( - context, - )!.pleaseCheckYourInformationAndTryAgain, + "Please check your information and try again.", textAlign: TextAlign.center, style: Theme.of(context).textTheme.bodyMedium, ), @@ -206,14 +195,14 @@ class _SubmitingFormViewState extends State<_SubmitingFormView> { _submitFuture = _submit(); }); }, - child: Text(AppLocalizations.of(context)!.tryAgain), + child: Text("Try Again"), ), const SizedBox(width: 16), TextButton( onPressed: () { Navigator.of(context).pop(); }, - child: Text(AppLocalizations.of(context)!.goBack), + child: Text("Go Back"), ), ], ), diff --git a/lib/pages/dashboard/school_explore.dart b/lib/pages/dashboard/school_explore.dart index 8c63ff8..82580af 100644 --- a/lib/pages/dashboard/school_explore.dart +++ b/lib/pages/dashboard/school_explore.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter/material.dart'; import 'package:ins/offline.dart'; import '../../backend/models.dart' as models; @@ -20,7 +19,7 @@ class SchoolExplorePage extends StatelessWidget { Widget build(BuildContext context) { analytics.screen("Explore Schools"); return Scaffold( - appBar: AppBar(title: appBarTitle(AppLocalizations.of(context)!.exploreSchools), elevation: 0), + appBar: AppBar(title: appBarTitle("Explore Schools"), elevation: 0), body: FutureBuilder>( future: models.School.getSchools(), builder: (context, snapshot) { diff --git a/lib/pages/dashboard/school_profile.dart b/lib/pages/dashboard/school_profile.dart index 5c7c87a..f86f1f3 100644 --- a/lib/pages/dashboard/school_profile.dart +++ b/lib/pages/dashboard/school_profile.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'dart:ui'; import 'package:flutter/material.dart'; @@ -151,10 +150,7 @@ class SchoolProfilePage extends StatelessWidget { children: [ _buildStatItem(Icons.star, "4.4"), _buildStatItem(Icons.people, "0"), - _buildStatItem( - Icons.location_city, - AppLocalizations.of(context)!.somewhere, - ), + _buildStatItem(Icons.location_city, "Somewhere"), ], ), ); @@ -210,9 +206,7 @@ class SchoolProfilePage extends StatelessWidget { ? Center( child: ElevatedButton.icon( icon: const Icon(Icons.edit_document), - label: Text( - AppLocalizations.of(context)!.startApplication, - ), + label: Text("Start Application"), style: ElevatedButton.styleFrom( padding: const EdgeInsets.symmetric( horizontal: 32, @@ -314,7 +308,7 @@ Future _selectApplicationForm( ), const SizedBox(height: 16), Text( - AppLocalizations.of(context)!.selectApplicationForm, + "Select application form", style: GoogleFonts.poppins( fontSize: 22, fontWeight: FontWeight.w600, diff --git a/lib/pages/dashboard/schools.dart b/lib/pages/dashboard/schools.dart index e98dc05..cd1dcb5 100644 --- a/lib/pages/dashboard/schools.dart +++ b/lib/pages/dashboard/schools.dart @@ -2,7 +2,6 @@ import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:transparent_image/transparent_image.dart'; // For fade-in -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:ins/backend/models.dart' as models; import './school_explore.dart'; @@ -33,8 +32,9 @@ class DashboardSchoolsPage extends DashboardBase { builder: (context, snapshot) { if (snapshot.hasError) { return ErrorPage( - title: AppLocalizations.of(context)!.error, - description: "Unable to load schools ${snapshot.error}", + title: "Error", + description: + "Unable to load schools " + snapshot.error.toString(), ); } else if (!snapshot.hasData) { return CircularProgressIndicator( @@ -50,12 +50,12 @@ class DashboardSchoolsPage extends DashboardBase { child: Column( children: [ Text( - AppLocalizations.of(context)!.noSchools, + "No schools", style: Theme.of(context).textTheme.titleLarge, ), const SizedBox(height: 10), Text( - AppLocalizations.of(context)!.youAreAMemberOfNoSchoolYet, + "You are a member of no school yet", style: Theme.of(context).textTheme.bodyMedium, ), ], @@ -68,7 +68,6 @@ class DashboardSchoolsPage extends DashboardBase { child: Padding( padding: const EdgeInsets.all(10), child: Column( - // Changed to Column for list layout children: schools.map((school) { return SchoolListCard( @@ -81,7 +80,7 @@ class DashboardSchoolsPage extends DashboardBase { session, ); }, - ); // Using the new SchoolListCard + ); }).toList(), ), ), diff --git a/lib/pages/sign/assistant/creatingaccount.dart b/lib/pages/sign/assistant/creatingaccount.dart index 8a7be4a..4032917 100644 --- a/lib/pages/sign/assistant/creatingaccount.dart +++ b/lib/pages/sign/assistant/creatingaccount.dart @@ -1,4 +1,3 @@ -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'dart:async'; import 'package:flutter/material.dart'; import './base.dart'; @@ -53,17 +52,17 @@ class _CreatingAccountPageState extends State { @override Widget build(BuildContext context) { _messages.addAll([ - AppLocalizations.of(context)!.preparingYourWorkspace, - AppLocalizations.of(context)!.configuringSettings, - AppLocalizations.of(context)!.almostThere, - AppLocalizations.of(context)!.justAFewMoreMoments, - AppLocalizations.of(context)!.creatingYourProfile, - AppLocalizations.of(context)!.finalizingYourAccount, - AppLocalizations.of(context)!.settingUpYourPreferences, - AppLocalizations.of(context)!.loadingYourDashboard, + "Preparing your workspace...", + "Configuring settings...", + "Almost there...", + "Just a few more moments...", + "Creating your profile...", + "Finalizing your account...", + "Setting up your preferences...", + "Loading your dashboard...", ]); return AssistantBasePage( - title: Text(AppLocalizations.of(context)!.creatingYourAccount), + title: Text("Creating your account"), body: FutureBuilder( future: _createAccountFuture, builder: (context, snapshot) { @@ -103,7 +102,7 @@ class _CreatingAccountPageState extends State { const CircularProgressIndicator(), const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.creatingYourAccount, + "Creating your account", style: Theme.of(context).textTheme.titleLarge, textAlign: TextAlign.center, ), @@ -129,7 +128,7 @@ class _CreatingAccountPageState extends State { const Icon(Icons.error_outline, size: 200, color: Colors.red), const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.accountCreationFailed, + "Account creation failed", style: Theme.of( context, ).textTheme.headlineLarge?.copyWith(color: Colors.red), @@ -156,13 +155,13 @@ class _CreatingAccountPageState extends State { const Icon(Icons.check_circle, size: 200, color: Colors.green), const SizedBox(height: 24), Text( - AppLocalizations.of(context)!.accountCreatedSuccessfully, + "Account created successfully!", style: Theme.of(context).textTheme.titleLarge, textAlign: TextAlign.center, ), const SizedBox(height: 16), Text( - AppLocalizations.of(context)!.welcomeToYourNewAccount, + "Welcome to your new account!", style: Theme.of(context).textTheme.bodyMedium, textAlign: TextAlign.center, ), diff --git a/lib/pages/sign/assistant/dobchooser.dart b/lib/pages/sign/assistant/dobchooser.dart index 2372d47..3d70021 100644 --- a/lib/pages/sign/assistant/dobchooser.dart +++ b/lib/pages/sign/assistant/dobchooser.dart @@ -2,7 +2,6 @@ import 'package:flutter/material.dart'; import './creatingaccount.dart'; import './base.dart'; import './manager.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class DobChooser extends StatelessWidget { final SignupAssistantState assistantState; @@ -11,11 +10,9 @@ class DobChooser extends StatelessWidget { void _next(BuildContext context) { if (assistantState.dob == null) { - ScaffoldMessenger.of(context).showSnackBar( - SnackBar( - content: Text(AppLocalizations.of(context)!.pleaseSelectADateOfBirth), - ), - ); + ScaffoldMessenger.of( + context, + ).showSnackBar(SnackBar(content: Text("Please select a date of birth."))); return; } Navigator.push( @@ -45,7 +42,7 @@ class DobChooser extends StatelessWidget { @override Widget build(BuildContext context) { return AssistantBasePage( - title: Text(AppLocalizations.of(context)!.dateOfBirth), + title: Text("Date of Birth"), body: Padding( padding: EdgeInsets.symmetric(horizontal: 20, vertical: 50), child: Center( @@ -53,7 +50,7 @@ class DobChooser extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.start, children: [ Text( - AppLocalizations.of(context)!.chooseYourDateOfBirth, + "Choose your date of birth", style: Theme.of(context).textTheme.headlineSmall, ), const SizedBox(height: 20), @@ -62,13 +59,13 @@ class DobChooser extends StatelessWidget { child: Text( assistantState.dob != null ? assistantState.dob!.toString().split(' ')[0] - : AppLocalizations.of(context)!.selectDate, + : "Select date", ), ), Spacer(), FilledButton( onPressed: () => _next(context), - child: Text(AppLocalizations.of(context)!.continuer), + child: Text("Continue"), ), ], ), diff --git a/lib/pages/sign/assistant/namechooser.dart b/lib/pages/sign/assistant/namechooser.dart index 8d4c7d1..df65bea 100644 --- a/lib/pages/sign/assistant/namechooser.dart +++ b/lib/pages/sign/assistant/namechooser.dart @@ -4,7 +4,6 @@ import 'dart:async'; import 'package:ins/pages/sign/assistant/base.dart'; import './manager.dart'; import './passwordchooser.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import '../../../backend/models.dart'; class LowerCaseTextFormatter extends TextInputFormatter { @@ -168,14 +167,14 @@ class _NameChooserPageState extends State { children: [ const SizedBox(height: 20), Text( - AppLocalizations.of(context)!.createYourProfile, + "Create Your Profile", style: Theme.of(context).textTheme.headlineLarge, ), const SizedBox(height: 30), TextField( controller: _nameController, - decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.fullName, + decoration: const InputDecoration( + labelText: "Full Name", hintText: 'John Doe', border: OutlineInputBorder(), ), @@ -188,7 +187,7 @@ class _NameChooserPageState extends State { TextField( controller: _usernameController, decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.username, + labelText: "Username", hintText: 'john_doe123', border: const OutlineInputBorder(), suffixIcon: @@ -229,20 +228,20 @@ class _NameChooserPageState extends State { _usernameController.text.trim(), ) : null, - child: Text(AppLocalizations.of(context)!.continuer), + child: const Text("Continue"), ), ), ], ), ), - title: Text(AppLocalizations.of(context)!.profileSetup), + title: const Text("Profile Setup"), ); } Widget _buildUsernameStatus() { if (_isCheckingUsername) { return Text( - AppLocalizations.of(context)!.checkingUsernameAvailability, + "Checking username availability...", style: Theme.of( context, ).textTheme.bodySmall?.copyWith(color: Colors.blue), @@ -251,9 +250,7 @@ class _NameChooserPageState extends State { if (!_isUsernameValid) { return Text( - AppLocalizations.of( - context, - )!.usernameMustBeAtLeast3CharactersAndCanOnlyContainNlowercaseLettersNumbersUnderscoresAndPeriods, + "Username must be at least 3 characters and can only contain lowercase letters, numbers, underscores, and periods.", style: Theme.of( context, ).textTheme.bodySmall?.copyWith(color: Colors.red), @@ -262,7 +259,7 @@ class _NameChooserPageState extends State { if (!_isUsernameAvailable) { return Text( - AppLocalizations.of(context)!.thisUsernameIsAlreadyTaken, + "This username is already taken", style: Theme.of( context, ).textTheme.bodySmall?.copyWith(color: Colors.red), diff --git a/lib/pages/sign/assistant/passwordchooser.dart b/lib/pages/sign/assistant/passwordchooser.dart index 0ac1190..5f868be 100644 --- a/lib/pages/sign/assistant/passwordchooser.dart +++ b/lib/pages/sign/assistant/passwordchooser.dart @@ -5,7 +5,6 @@ import 'package:flutter/services.dart'; import './manager.dart'; import './base.dart'; import './dobchooser.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class PasswordChooserPage extends StatefulWidget { final SignupAssistantState assistantState; @@ -90,13 +89,13 @@ class _PasswordChooserPageState extends State { // Determine strength label and color if (_passwordStrength < 0.4) { - _strengthLabel = AppLocalizations.of(context)!.weak; + _strengthLabel = "Weak"; _strengthColor = Colors.red; } else if (_passwordStrength < 0.75) { - _strengthLabel = AppLocalizations.of(context)!.moderate; + _strengthLabel = "Moderate"; _strengthColor = Colors.orange; } else { - _strengthLabel = AppLocalizations.of(context)!.strong; + _strengthLabel = "Strong"; _strengthColor = Colors.green; } @@ -152,26 +151,26 @@ class _PasswordChooserPageState extends State { context: context, builder: (context) => AlertDialog( - title: Text(AppLocalizations.of(context)!.suggestedPassword), + title: Text("Suggested Password"), content: SelectableText(generatedPassword), actions: [ TextButton( onPressed: () => Navigator.pop(context), - child: Text(AppLocalizations.of(context)!.cancel), + child: Text("Cancel"), ), TextButton( onPressed: () { Clipboard.setData(ClipboardData(text: generatedPassword)); Navigator.pop(context); }, - child: Text(AppLocalizations.of(context)!.copy), + child: Text("Copy"), ), FilledButton( onPressed: () { _passwordController.text = generatedPassword; Navigator.pop(context); }, - child: Text(AppLocalizations.of(context)!.useThis), + child: Text("Use This"), ), ], ), @@ -182,7 +181,7 @@ class _PasswordChooserPageState extends State { Widget build(BuildContext context) { _validatePassword(); return AssistantBasePage( - title: Text(AppLocalizations.of(context)!.password), + title: Text("Password"), body: Padding( padding: const EdgeInsets.all(16.0), child: Column( @@ -191,7 +190,7 @@ class _PasswordChooserPageState extends State { TextField( controller: _passwordController, decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.password, + labelText: "Password", border: const OutlineInputBorder(), suffixIcon: Row( mainAxisSize: MainAxisSize.min, @@ -199,7 +198,7 @@ class _PasswordChooserPageState extends State { IconButton( icon: const Icon(Icons.autorenew), onPressed: () => _showPasswordSuggestions(context), - tooltip: AppLocalizations.of(context)!.generatePassword, + tooltip: "Generate password", ), IconButton( icon: Icon( @@ -222,31 +221,12 @@ class _PasswordChooserPageState extends State { const SizedBox(height: 20), _buildStrengthIndicator(), const SizedBox(height: 15), - _buildValidationItem( - AppLocalizations.of(context)!.minimum8Characters, - _hasMinLength, - ), - _buildValidationItem( - AppLocalizations.of(context)!.uppercaseLetterAZ, - _hasUpper, - ), - _buildValidationItem( - AppLocalizations.of(context)!.lowercaseLetterAZ, - _hasLower, - ), - _buildValidationItem( - AppLocalizations.of(context)!.number09, - _hasNumber, - ), - _buildValidationItem( - AppLocalizations.of(context)!.specialCharacter, - _hasSpecial, - ), + _buildValidationItem("Minimum 8 characters", _hasMinLength), + _buildValidationItem("Uppercase letter (A-Z)", _hasUpper), + _buildValidationItem("Lowercase letter (a-z)", _hasLower), + _buildValidationItem("Number (0-9)", _hasNumber), + _buildValidationItem("Special character", _hasSpecial), const SizedBox(height: 10), - //TextButton( - // onPressed: _showPasswordSuggestions, - // child: const Text('Suggest a secure password'), - //), const Spacer(), SizedBox( width: double.infinity, @@ -258,7 +238,7 @@ class _PasswordChooserPageState extends State { _passwordController.text, ) : null, - child: Text(AppLocalizations.of(context)!.continuer), + child: Text("Continue"), ), ), ], @@ -272,7 +252,7 @@ class _PasswordChooserPageState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - "$_strengthLabel${AppLocalizations.of(context)!.password}", + "$_strengthLabel Password", style: TextStyle(color: _strengthColor, fontWeight: FontWeight.bold), ), const SizedBox(height: 5), diff --git a/lib/pages/sign/assistant/roleshooser.dart b/lib/pages/sign/assistant/roleshooser.dart index e938d38..6b05cca 100644 --- a/lib/pages/sign/assistant/roleshooser.dart +++ b/lib/pages/sign/assistant/roleshooser.dart @@ -2,7 +2,6 @@ import 'package:flutter/material.dart'; import 'package:ins/pages/sign/assistant/base.dart'; import 'package:ins/pages/sign/assistant/manager.dart'; import './namechooser.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class RoleChooser extends StatelessWidget { final SignupAssistantState assistantState; @@ -28,7 +27,7 @@ class RoleChooser extends StatelessWidget { child: Column( children: [ Text( - AppLocalizations.of(context)!.whatRoleBestFitsYou, + "What role best fits you?", style: Theme.of(context).textTheme.titleLarge, ), Spacer(), @@ -39,10 +38,7 @@ class RoleChooser extends StatelessWidget { child: FloatingActionButton.extended( onPressed: () => _next(context, 'student'), icon: Icon(Icons.school, size: 32), - label: Text( - AppLocalizations.of(context)!.student, - style: TextStyle(fontSize: 18), - ), + label: Text("Student", style: TextStyle(fontSize: 18)), extendedPadding: EdgeInsets.symmetric( horizontal: 42, vertical: 16, @@ -55,10 +51,7 @@ class RoleChooser extends StatelessWidget { child: FloatingActionButton.extended( onPressed: () => _next(context, 'instructor'), icon: Icon(Icons.person, size: 32), - label: Text( - AppLocalizations.of(context)!.instructor, - style: TextStyle(fontSize: 18), - ), + label: Text("Instructor", style: TextStyle(fontSize: 18)), extendedPadding: EdgeInsets.symmetric( horizontal: 32, vertical: 16, @@ -72,7 +65,7 @@ class RoleChooser extends StatelessWidget { onPressed: () => _next(context, 'administrator'), icon: Icon(Icons.admin_panel_settings, size: 32), label: Text( - AppLocalizations.of(context)!.administrator, + "Administrator", style: TextStyle(fontSize: 18), ), extendedPadding: EdgeInsets.symmetric( @@ -87,10 +80,7 @@ class RoleChooser extends StatelessWidget { child: FloatingActionButton.extended( onPressed: () => _next(context, 'parent'), icon: Icon(Icons.family_restroom, size: 32), - label: Text( - AppLocalizations.of(context)!.parent, - style: TextStyle(fontSize: 18), - ), + label: Text("Parent", style: TextStyle(fontSize: 18)), extendedPadding: EdgeInsets.symmetric( horizontal: 32, vertical: 16, @@ -103,7 +93,7 @@ class RoleChooser extends StatelessWidget { ), ), ), - title: Text(AppLocalizations.of(context)!.role), + title: Text("Role"), ); } } diff --git a/lib/pages/sign/in.dart b/lib/pages/sign/in.dart index 51f67dd..b2854d2 100644 --- a/lib/pages/sign/in.dart +++ b/lib/pages/sign/in.dart @@ -2,7 +2,6 @@ import 'package:flutter/material.dart'; import '../../backend/sessions.dart'; import '../dashboard/dashboard.dart'; import '../../analytics.dart' as analytics; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class SigninPage extends StatefulWidget { const SigninPage({super.key}); @@ -46,7 +45,7 @@ class _SigninPageState extends State { TextField( controller: _nameController, decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.yourName, + labelText: "Your Name", prefixIcon: Icon(Icons.person), fillColor: Theme.of(context).colorScheme.inversePrimary, ), @@ -55,7 +54,7 @@ class _SigninPageState extends State { TextField( controller: _codeController, decoration: InputDecoration( - labelText: AppLocalizations.of(context)!.yourPassword, + labelText: "Your password", prefixIcon: Icon(Icons.lock), fillColor: Theme.of(context).colorScheme.inversePrimary, ), @@ -71,13 +70,7 @@ class _SigninPageState extends State { ); if (session != null) { ScaffoldMessenger.of(context).showSnackBar( - SnackBar( - content: Text( - AppLocalizations.of( - context, - )!.successfullySignedUp, - ), - ), + SnackBar(content: Text("Successfully signed up")), ); final user = await session.getUser(); @@ -99,7 +92,7 @@ class _SigninPageState extends State { ).showSnackBar(SnackBar(content: Text(e.toString()))); } }, - child: Text(AppLocalizations.of(context)!.signin), + child: Text("Signin >"), ), ], ), diff --git a/lib/pages/sign/up.dart b/lib/pages/sign/up.dart index 40ecdbe..321f5cf 100644 --- a/lib/pages/sign/up.dart +++ b/lib/pages/sign/up.dart @@ -1,6 +1,5 @@ import 'package:flutter/material.dart'; import './assistant/home.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class SignupPage extends StatelessWidget { const SignupPage({super.key}); @@ -28,7 +27,7 @@ class SignupPage extends StatelessWidget { onPressed: () { launchAssistant(context); }, - child: Text(AppLocalizations.of(context)!.manualSignup), + child: Text("Manual Signup >"), ), ], ), diff --git a/lib/pages/welcome.dart b/lib/pages/welcome.dart index 863c3cf..e52520e 100644 --- a/lib/pages/welcome.dart +++ b/lib/pages/welcome.dart @@ -3,7 +3,6 @@ import './sign/in.dart'; import './sign/up.dart'; import 'package:google_fonts/google_fonts.dart'; import '../analytics.dart' as analytics; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; class WelcomePage extends StatelessWidget { final String title; @@ -32,10 +31,7 @@ class WelcomePage extends StatelessWidget { height: 200, ), ), - Text( - AppLocalizations.of(context)!.welcome, - style: GoogleFonts.lato(fontSize: 30), - ), + Text("Welcome!", style: GoogleFonts.lato(fontSize: 30)), const SizedBox(height: 50), Row( mainAxisAlignment: MainAxisAlignment.center, @@ -47,7 +43,7 @@ class WelcomePage extends StatelessWidget { MaterialPageRoute(builder: (context) => SigninPage()), ); }, - child: Text(AppLocalizations.of(context)!.connect), + child: Text("Connect"), ), const SizedBox(width: 20), FilledButton( @@ -57,7 +53,7 @@ class WelcomePage extends StatelessWidget { MaterialPageRoute(builder: (context) => SignupPage()), ); }, - child: Text(AppLocalizations.of(context)!.register), + child: Text("Register"), ), ], ), From a908c4d8026a104a441bc8806153e0d9c103efcc Mon Sep 17 00:00:00 2001 From: ken-morel Date: Fri, 2 May 2025 00:59:16 +0100 Subject: [PATCH 3/5] Refactor user and classroom management features - Improved error handling in user.dart for classroom retrieval. - Enhanced UI in classrooms.dart with fade-in images and better layout. - Updated navigation in nav.dart to include schools page. - Added school application form models for better application management. - Implemented school member roles and their management in schoolmember.dart. - Created chatroom functionality for students in chatrooms.dart. - Improved theme colors for better visibility and contrast. - Refactored admin and student views for better code organization and clarity. --- lib/backend/models.dart | 3 + lib/backend/models/classroom.dart | 33 +- lib/backend/models/school.dart | 311 ++---------------- lib/backend/models/schoolapplicationform.dart | 86 +++++ .../models/schoolapplicationformattempt.dart | 144 ++++++++ lib/backend/models/schoolmember.dart | 80 +++++ lib/backend/models/user.dart | 2 +- lib/pages/dashboard/classrooms.dart | 131 +++++--- lib/pages/dashboard/nav.dart | 26 +- .../school/admin/application_form_review.dart | 222 ++++++++++--- lib/pages/dashboard/school/admin/base.dart | 10 +- .../dashboard/school/admin/dashboard.dart | 15 +- lib/pages/dashboard/school/admin/users.dart | 3 +- lib/pages/dashboard/school/student/base.dart | 160 ++++++++- .../dashboard/school/student/chatrooms.dart | 38 +++ .../dashboard/school/student/dashboard.dart | 63 +++- lib/pages/dashboard/school/student/home.dart | 34 +- lib/pages/dashboard/schools.dart | 76 +++-- lib/theme.dart | 92 +++--- 19 files changed, 1039 insertions(+), 490 deletions(-) create mode 100644 lib/backend/models/schoolapplicationform.dart create mode 100644 lib/backend/models/schoolapplicationformattempt.dart create mode 100644 lib/backend/models/schoolmember.dart create mode 100644 lib/pages/dashboard/school/student/chatrooms.dart diff --git a/lib/backend/models.dart b/lib/backend/models.dart index 50ffeb2..d4cb48a 100644 --- a/lib/backend/models.dart +++ b/lib/backend/models.dart @@ -4,3 +4,6 @@ export './models/user.dart'; export './models/session.dart'; export './models/classroom.dart'; export './models/school.dart'; +export './models/schoolapplicationform.dart'; +export './models/schoolapplicationformattempt.dart'; +export './models/schoolmember.dart'; diff --git a/lib/backend/models/classroom.dart b/lib/backend/models/classroom.dart index 24cb879..6d45d63 100644 --- a/lib/backend/models/classroom.dart +++ b/lib/backend/models/classroom.dart @@ -1,3 +1,5 @@ +import 'dart:convert'; + import '../model.dart'; import './profile.dart'; @@ -24,17 +26,36 @@ class ClassroomMember implements Model { } } +class ClassroomInfo implements Model { + final String name; + final String description; + const ClassroomInfo({required this.name, this.description = ""}); + + @override + Map toJson() { + return {'name': name, 'description': description}; + } + + static ClassroomInfo fromJson(Map json) { + return ClassroomInfo(name: json['name'], description: json['description']); + } +} + class Classroom implements Model { final String id; - final String name; + final String classroomName; final String role; + final ClassroomInfo info; + final List tags; final Profile profile; final String schoolId; const Classroom({ required this.id, - required this.name, + required this.classroomName, required this.role, + required this.info, + required this.tags, required this.profile, required this.schoolId, }); @@ -43,18 +64,22 @@ class Classroom implements Model { Map toJson() { return { 'id': id, - 'name': name, + 'classroom_name': classroomName, 'role': role, 'profile': profile.toJson(), 'school_id': schoolId, + 'tags': tags, + 'info': info.toJson(), }; } factory Classroom.fromJson(Map json) { var cls = Classroom( id: json['id'], - name: json['name'], + classroomName: json['classroom_name'], role: json['role'], + info: ClassroomInfo.fromJson(json['info']), + tags: List.from(json['tags'].map((tag) => tag.toString())), profile: Profile.fromJson(json['profile']), schoolId: json['school_id'], ); diff --git a/lib/backend/models/school.dart b/lib/backend/models/school.dart index 03522f2..ae8634e 100644 --- a/lib/backend/models/school.dart +++ b/lib/backend/models/school.dart @@ -2,298 +2,10 @@ import '../model.dart'; import './profile.dart'; import '../backend.dart'; import './session.dart'; -import './user.dart'; - -enum SchoolMemberRole { student, teacher, admin, parent } - -extension SchoolMemberRoleExtension on SchoolMemberRole { - String toJson() { - switch (this) { - case SchoolMemberRole.student: - return "student"; - case SchoolMemberRole.teacher: - return "teacher"; - case SchoolMemberRole.admin: - return "admin"; - case SchoolMemberRole.parent: - return "parent"; - } - } -} - -extension SchoolMemberRoleStringExtension on String { - SchoolMemberRole? toSchoolMemberRole() { - switch (this) { - case "student": - return SchoolMemberRole.student; - case "teacher": - return SchoolMemberRole.teacher; - case "admin": - return SchoolMemberRole.admin; - case "parent": - return SchoolMemberRole.parent; - default: - return null; - } - } -} - -class SchoolApplicationFormQuestion implements Model { - final int number; - final String question; - final String type; - final bool required; - const SchoolApplicationFormQuestion({ - required this.number, - required this.question, - required this.type, - required this.required, - }); - - factory SchoolApplicationFormQuestion.fromJson(Map json) { - return SchoolApplicationFormQuestion( - number: json['number'], - question: json['question'], - type: json['type'], - required: json['required'] ?? false, - ); - } - - @override - Map toJson() { - return { - 'number': number, - 'question': question, - 'type': type, - 'required': required, - }; - } -} - -class SchoolApplicationForm implements Model { - final String id; - final String schoolId; - final String userId; - final String status; - final String description; - final String title; - final String instructions; - final List questions; - const SchoolApplicationForm({ - required this.id, - required this.schoolId, - required this.title, - required this.userId, - required this.status, - required this.description, - required this.instructions, - required this.questions, - }); - - factory SchoolApplicationForm.fromJson(Map json) { - return SchoolApplicationForm( - id: json['id'], - title: json['title'], - schoolId: json['school_id'], - userId: json['user_id'], - status: json['status'], - description: json['description'], - instructions: json['instructions'], - questions: - (json['questions'] as List) - .map( - (question) => SchoolApplicationFormQuestion.fromJson(question), - ) - .toList(), - ); - } - - @override - Map toJson() { - return { - 'id': id, - 'school_id': schoolId, - 'title': title, - 'user_id': userId, - 'status': status, - 'description': description, - 'instructions': instructions, - 'questions': questions.map((question) => question.toJson()).toList(), - }; - } -} - -class SchoolApplicationFormAttemptAnswer implements Model { - final int questionNumber; - final String content; - const SchoolApplicationFormAttemptAnswer({ - required this.questionNumber, - required this.content, - }); - - @override - Map toJson() { - return {'question_number': questionNumber, 'content': content}; - } - - factory SchoolApplicationFormAttemptAnswer.fromJson( - Map json, - ) { - return SchoolApplicationFormAttemptAnswer( - questionNumber: json['question_number'], - content: json['content'], - ); - } -} - -class AttempteeNApplicationForm { - final User attemptee; - final SchoolApplicationForm applicationForm; - const AttempteeNApplicationForm({ - required this.attemptee, - required this.applicationForm, - }); -} - -class SchoolApplicationFormAttempt implements Model { - final String id; - final String attempteeId; - final String applicationId; - final bool reviewed; - final bool accepted; - final List answers; - const SchoolApplicationFormAttempt({ - required this.id, - required this.attempteeId, - required this.applicationId, - required this.answers, - required this.accepted, - required this.reviewed, - }); - factory SchoolApplicationFormAttempt.fromJson(Map json) { - return SchoolApplicationFormAttempt( - id: json['id'], - attempteeId: json['attemptee_id'], - applicationId: json['application_id'], - accepted: json['accepted'] ?? false, - reviewed: json['reviewed'] ?? false, - answers: - (json['answers'] as List) - .map( - (answer) => SchoolApplicationFormAttemptAnswer.fromJson(answer), - ) - .toList(), - ); - } - @override - Map toJson() { - return { - 'id': id, - 'attemptee_id': attempteeId, - 'application_id': applicationId, - 'answers': answers.map((answer) => answer.toJson()).toList(), - 'accepted': accepted, - 'reviewed': reviewed, - }; - } - - Future getApplicationForm(Session session) async { - final res = await cacheableQuery( - "schoolapplicationform/$applicationId", - "schoolapplicationform/$applicationId", - {}, - session, - ); - if (res['status'] < 0) { - throw Exception(res['message']); - } - return SchoolApplicationForm.fromJson(res['form']); - } - - Future accept(Session session, String role) async { - final res = await apiQuery("schoolapplicationformattempt/$id/accept", { - 'role': role, - }, session); - if (res['status'] < 0) { - throw Exception(res['message']); - } - } - - Future decline(Session session) async { - final res = await apiQuery( - "schoolapplicationformattempt/$id/decline", - {}, - session, - ); - if (res['status'] < 0) { - throw Exception(res['message']); - } - } - - Future getAttemptee(Session session) async { - final res = await cacheableQuery( - "user/$attempteeId", - "user/$attempteeId", - {}, - session, - ); - if (res['status'] < 0) { - throw Exception(res['message']); - } - return User.fromJson(res['user']); - } - - Future getAttempteeNApplicationForm( - Session session, - ) async { - return AttempteeNApplicationForm( - attemptee: await getAttemptee(session), - applicationForm: await getApplicationForm(session), - ); - } -} - -class SchoolMember implements Model { - final String id; - final String userId; - final String schoolId; - final SchoolMemberRole role; - const SchoolMember({ - required this.id, - required this.userId, - required this.schoolId, - required this.role, - }); - - factory SchoolMember.fromJson(Map json) { - return SchoolMember( - id: json['id'], - userId: json['user_id'], - schoolId: json['school_id'], - role: - json['role'].toString().toSchoolMemberRole() ?? - SchoolMemberRole.student, - ); - } - - Future getUser(Session session) async { - final res = await cacheableQuery( - "user/$userId", - "user/$userId", - {}, - session, - ); - if (res['status'] < 0) { - throw Exception(res['message']); - } - return User.fromJson(res['user']); - } - - @override - Map toJson() { - return {'id': id, 'user_id': userId, 'school_id': schoolId, 'role': role}; - } -} +import 'schoolapplicationform.dart'; +import 'schoolapplicationformattempt.dart'; +import 'schoolmember.dart'; +import 'classroom.dart'; class SchoolInfo implements Model { final String name; @@ -418,4 +130,19 @@ class School implements Model { 'profile': profile.toJson(), }; } + + Future> getClassrooms(Session session) async { + final res = await cacheableQuery( + "school/$id/classrooms", + "school/$id/classrooms", + {}, + session, + ); + if (res['status'] < 0) { + throw Exception(res['message']); + } + return (res['classrooms'] as List) + .map((classroom) => Classroom.fromJson(classroom)) + .toList(); + } } diff --git a/lib/backend/models/schoolapplicationform.dart b/lib/backend/models/schoolapplicationform.dart new file mode 100644 index 0000000..e118131 --- /dev/null +++ b/lib/backend/models/schoolapplicationform.dart @@ -0,0 +1,86 @@ +import '../model.dart'; + +class SchoolApplicationFormQuestion implements Model { + final int number; + final String question; + final String type; + final bool required; + const SchoolApplicationFormQuestion({ + required this.number, + required this.question, + required this.type, + required this.required, + }); + + factory SchoolApplicationFormQuestion.fromJson(Map json) { + return SchoolApplicationFormQuestion( + number: json['number'], + question: json['question'], + type: json['type'], + required: json['required'] ?? false, + ); + } + + @override + Map toJson() { + return { + 'number': number, + 'question': question, + 'type': type, + 'required': required, + }; + } +} + +class SchoolApplicationForm implements Model { + final String id; + final String schoolId; + final String userId; + final String status; + final String description; + final String title; + final String instructions; + final List questions; + const SchoolApplicationForm({ + required this.id, + required this.schoolId, + required this.title, + required this.userId, + required this.status, + required this.description, + required this.instructions, + required this.questions, + }); + + factory SchoolApplicationForm.fromJson(Map json) { + return SchoolApplicationForm( + id: json['id'], + title: json['title'], + schoolId: json['school_id'], + userId: json['user_id'], + status: json['status'], + description: json['description'], + instructions: json['instructions'], + questions: + (json['questions'] as List) + .map( + (question) => SchoolApplicationFormQuestion.fromJson(question), + ) + .toList(), + ); + } + + @override + Map toJson() { + return { + 'id': id, + 'school_id': schoolId, + 'title': title, + 'user_id': userId, + 'status': status, + 'description': description, + 'instructions': instructions, + 'questions': questions.map((question) => question.toJson()).toList(), + }; + } +} diff --git a/lib/backend/models/schoolapplicationformattempt.dart b/lib/backend/models/schoolapplicationformattempt.dart new file mode 100644 index 0000000..ff1c8ec --- /dev/null +++ b/lib/backend/models/schoolapplicationformattempt.dart @@ -0,0 +1,144 @@ +import 'dart:convert'; + +import '../backend.dart'; +import '../model.dart'; +import 'schoolapplicationform.dart'; +import 'session.dart'; +import 'user.dart'; + +class SchoolApplicationFormAttemptAnswer implements Model { + final int questionNumber; + final String content; + const SchoolApplicationFormAttemptAnswer({ + required this.questionNumber, + required this.content, + }); + + @override + Map toJson() { + return {'question_number': questionNumber, 'content': content}; + } + + factory SchoolApplicationFormAttemptAnswer.fromJson( + Map json, + ) { + return SchoolApplicationFormAttemptAnswer( + questionNumber: json['question_number'], + content: json['content'], + ); + } +} + +class AttempteeNApplicationForm { + final User attemptee; + final SchoolApplicationForm applicationForm; + const AttempteeNApplicationForm({ + required this.attemptee, + required this.applicationForm, + }); +} + +class SchoolApplicationFormAttempt implements Model { + final String id; + final String attempteeId; + final String applicationId; + final bool reviewed; + final bool accepted; + final List answers; + const SchoolApplicationFormAttempt({ + required this.id, + required this.attempteeId, + required this.applicationId, + required this.answers, + required this.accepted, + required this.reviewed, + }); + factory SchoolApplicationFormAttempt.fromJson(Map json) { + return SchoolApplicationFormAttempt( + id: json['id'], + attempteeId: json['attemptee_id'], + applicationId: json['application_id'], + accepted: json['accepted'] ?? false, + reviewed: json['reviewed'] ?? false, + answers: + (json['answers'] as List) + .map( + (answer) => SchoolApplicationFormAttemptAnswer.fromJson(answer), + ) + .toList(), + ); + } + @override + Map toJson() { + return { + 'id': id, + 'attemptee_id': attempteeId, + 'application_id': applicationId, + 'answers': answers.map((answer) => answer.toJson()).toList(), + 'accepted': accepted, + 'reviewed': reviewed, + }; + } + + Future getApplicationForm(Session session) async { + final res = await cacheableQuery( + "schoolapplicationform/$applicationId", + "schoolapplicationform/$applicationId", + {}, + session, + ); + if (res['status'] < 0) { + throw Exception(res['message']); + } + return SchoolApplicationForm.fromJson(res['form']); + } + + Future accept( + Session session, + String role, + List classroomsIds, + List tags, + ) async { + final res = await apiQuery("schoolapplicationformattempt/$id/accept", { + 'role': role, + 'classrooms': jsonEncode(classroomsIds), + 'tags': jsonEncode(tags), + }, session); + if (res['status'] < 0) { + throw Exception(res['message']); + } + } + + Future decline(Session session) async { + final res = await apiQuery( + "schoolapplicationformattempt/$id/decline", + {}, + session, + ); + if (res['status'] < 0) { + throw Exception(res['message']); + } + } + + Future getAttemptee(Session session) async { + final res = await cacheableQuery( + "user/$attempteeId", + "user/$attempteeId", + {}, + session, + ); + if (res['status'] < 0) { + throw Exception(res['message']); + } + return User.fromJson(res['user']); + } + + Future getAttempteeNApplicationForm( + Session session, + ) async { + return AttempteeNApplicationForm( + attemptee: await getAttemptee(session), + applicationForm: await getApplicationForm(session), + ); + } +} diff --git a/lib/backend/models/schoolmember.dart b/lib/backend/models/schoolmember.dart new file mode 100644 index 0000000..555e96b --- /dev/null +++ b/lib/backend/models/schoolmember.dart @@ -0,0 +1,80 @@ +import '../backend.dart'; +import '../model.dart'; +import './session.dart'; +import './user.dart'; + +enum SchoolMemberRole { student, teacher, admin, parent } + +extension SchoolMemberRoleExtension on SchoolMemberRole { + String toJson() { + switch (this) { + case SchoolMemberRole.student: + return "student"; + case SchoolMemberRole.teacher: + return "teacher"; + case SchoolMemberRole.admin: + return "admin"; + case SchoolMemberRole.parent: + return "parent"; + } + } +} + +extension SchoolMemberRoleStringExtension on String { + SchoolMemberRole? toSchoolMemberRole() { + switch (this) { + case "student": + return SchoolMemberRole.student; + case "teacher": + return SchoolMemberRole.teacher; + case "admin": + return SchoolMemberRole.admin; + case "parent": + return SchoolMemberRole.parent; + default: + return null; + } + } +} + +class SchoolMember implements Model { + final String id; + final String userId; + final String schoolId; + final SchoolMemberRole role; + const SchoolMember({ + required this.id, + required this.userId, + required this.schoolId, + required this.role, + }); + + factory SchoolMember.fromJson(Map json) { + return SchoolMember( + id: json['id'], + userId: json['user_id'], + schoolId: json['school_id'], + role: + json['role'].toString().toSchoolMemberRole() ?? + SchoolMemberRole.student, + ); + } + + Future getUser(Session session) async { + final res = await cacheableQuery( + "user/$userId", + "user/$userId", + {}, + session, + ); + if (res['status'] < 0) { + throw Exception(res['message']); + } + return User.fromJson(res['user']); + } + + @override + Map toJson() { + return {'id': id, 'user_id': userId, 'school_id': schoolId, 'role': role}; + } +} diff --git a/lib/backend/models/user.dart b/lib/backend/models/user.dart index 6e4ef06..234e6a5 100644 --- a/lib/backend/models/user.dart +++ b/lib/backend/models/user.dart @@ -235,7 +235,7 @@ class User implements Model { session, ); if (data['status'] < 0) { - throw Exception("Error geting to your classrooms"); + throw Exception("Error geting your classrooms, ${data['message']}"); } if (data['classrooms'] == null) return []; return (data['classrooms'] as List) diff --git a/lib/pages/dashboard/classrooms.dart b/lib/pages/dashboard/classrooms.dart index 6858970..9ae82bd 100644 --- a/lib/pages/dashboard/classrooms.dart +++ b/lib/pages/dashboard/classrooms.dart @@ -1,5 +1,8 @@ import 'package:flutter/material.dart'; +import 'dart:ui'; import 'package:google_fonts/google_fonts.dart'; +import 'package:transparent_image/transparent_image.dart'; // For fade-in + import './base.dart'; import '../../errorpage.dart'; import '../../backend/models.dart' as models; @@ -21,8 +24,7 @@ class DashboardClassroomsPage extends DashboardBase { if (snapshot.hasError) { return ErrorPage( title: "Error", - description: - "Unable to load classrooms " + snapshot.error.toString(), + description: "Unable to load classrooms ${snapshot.error}", ); } else if (!snapshot.hasData) { return CircularProgressIndicator( @@ -120,60 +122,91 @@ class StudentClassroomCard extends StatelessWidget { }); @override Widget build(BuildContext context) { - return GestureDetector( + return InkWell( onTap: () {}, child: Card( - shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)), - clipBehavior: Clip.antiAliasWithSaveLayer, - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Padding( - padding: const EdgeInsets.all(15), - child: Row( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - ClipRRect( - borderRadius: BorderRadius.circular(45), - child: Image.network( - classroom.profile.getPath(), - height: 100, - width: 100, - fit: BoxFit.cover, - ), + elevation: 2, + shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(12)), + margin: const EdgeInsets.symmetric(vertical: 8), + child: Padding( + padding: const EdgeInsets.all(12.0), + child: Row( + children: [ + Container( + width: 120, // Increased width + height: 120, // Increased height + decoration: BoxDecoration( + borderRadius: BorderRadius.circular(10), + image: DecorationImage( + image: NetworkImage(classroom.profile.getPath()), + fit: + BoxFit + .cover, // Ensure image covers the entire container ), - Container(width: 10), - Expanded( - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Container(height: 20), - Text( - classroom.name, - style: GoogleFonts.lato( - fontSize: 20, - fontWeight: FontWeight.w700, - ).copyWith( - color: const Color.fromRGBO(55, 71, 79, 1), - ), - ), - Container(height: 5), - Text( - classroom.role, - style: GoogleFonts.lato( - fontSize: 16, - fontWeight: FontWeight.w400, - ).copyWith( - color: const Color.fromRGBO(158, 158, 158, 1), - ), + color: Colors.transparent, + backgroundBlendMode: BlendMode.srcOver, + ), + child: ClipRRect( + borderRadius: BorderRadius.circular(10), + child: BackdropFilter( + filter: ImageFilter.blur(sigmaX: 5, sigmaY: 5), + child: Container( + color: Colors.transparent, + child: Center( + child: FadeInImage.memoryNetwork( + placeholder: kTransparentImage, + image: classroom.profile.getPath(), + width: 70, // Increased width + height: 70, // increased height + fit: BoxFit.cover, + imageErrorBuilder: (context, error, stackTrace) { + return Container( + color: Colors.grey.shade300, + child: const Center( + child: Icon( + Icons.image_not_supported_outlined, + color: Colors.grey, + ), + ), + ); + }, ), - ], + ), ), ), - ], + ), + ), + const SizedBox(width: 12), + Expanded( + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Text( + classroom.info.name, + style: const TextStyle( + fontSize: 18, + fontWeight: FontWeight.bold, + ), + maxLines: 2, + overflow: TextOverflow.ellipsis, + ), + const SizedBox(height: 8), + // Display school.school_name as preformatted text + Text( + "@${classroom.classroomName}", + style: GoogleFonts.sourceCodePro( + // Use a monospace font + fontSize: 12, // Smaller font size + color: + Colors + .grey[700], // Darker grey for preformatted text + ), + ), + ], + ), ), - ), - ], + ], + ), ), ), ); diff --git a/lib/pages/dashboard/nav.dart b/lib/pages/dashboard/nav.dart index 9d6cfc8..1025a32 100644 --- a/lib/pages/dashboard/nav.dart +++ b/lib/pages/dashboard/nav.dart @@ -1,5 +1,7 @@ import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; +import 'package:ins/pages/dashboard/classrooms.dart'; +import 'package:ins/pages/dashboard/schools.dart'; import 'package:ins/profile.dart'; import '../../backend/sessions.dart'; import './dashboard.dart'; @@ -32,12 +34,30 @@ Widget dashboardNav( ListTile( leading: Icon(Icons.book), title: Text("Classrooms"), - onTap: () {}, + onTap: () { + Navigator.pushReplacement( + context, + MaterialPageRoute( + builder: + (context) => + DashboardClassroomsPage(session: session, user: user), + ), + ); + }, ), ListTile( leading: Icon(Icons.calendar_today), - title: Text("Schedule"), - onTap: () {}, + title: Text("Schools"), + onTap: () { + Navigator.pushReplacement( + context, + MaterialPageRoute( + builder: + (context) => + DashboardSchoolsPage(session: session, user: user), + ), + ); + }, ), ], ), diff --git a/lib/pages/dashboard/school/admin/application_form_review.dart b/lib/pages/dashboard/school/admin/application_form_review.dart index 6843c65..907222f 100644 --- a/lib/pages/dashboard/school/admin/application_form_review.dart +++ b/lib/pages/dashboard/school/admin/application_form_review.dart @@ -7,6 +7,7 @@ class ApplicationFormReviewPage extends StatefulWidget { final models.Session session; final models.SchoolMember member; final models.User user; + final models.School school; const ApplicationFormReviewPage({ super.key, required this.attempt, @@ -14,6 +15,7 @@ class ApplicationFormReviewPage extends StatefulWidget { required this.session, required this.member, required this.user, + required this.school, }); @override @@ -31,49 +33,186 @@ class _ApplicationFormReviewPageState extends State { _resultMessage = null; }); if (accepted) { - final role = await showModalBottomSheet( - context: context, - builder: (context) { - return SafeArea( - child: Column( - mainAxisSize: MainAxisSize.min, - children: [ - SizedBox(height: 10), - Text( - "Select the role for the new user:", - style: Theme.of(context).textTheme.headlineMedium, - ), - SizedBox(height: 16), - ListTile( - title: Text("Student"), - onTap: () => Navigator.pop(context, 'student'), - ), - ListTile( - title: Text("Teacher"), - onTap: () => Navigator.pop(context, 'teacher'), - ), - ListTile( - title: Text("Parent"), - onTap: () => Navigator.pop(context, 'parent'), - ), - ListTile( - title: Text("Admin"), - onTap: () => Navigator.pop(context, 'admin'), - ), - ], - ), - ); - }, - ); - if (role != null) { - await widget.attempt.accept(widget.session, role); - Navigator.of(context).pop(); + try { + final role = await showModalBottomSheet( + context: context, + builder: (context) { + return SafeArea( + child: Column( + mainAxisSize: MainAxisSize.min, + children: [ + SizedBox(height: 10), + Text( + "Select the role for the new user:", + style: Theme.of(context).textTheme.headlineMedium, + ), + SizedBox(height: 16), + ListTile( + title: Text("Student"), + onTap: () => Navigator.pop(context, 'student'), + ), + ListTile( + title: Text("Teacher"), + onTap: () => Navigator.pop(context, 'teacher'), + ), + ListTile( + title: Text("Parent"), + onTap: () => Navigator.pop(context, 'parent'), + ), + ListTile( + title: Text("Admin"), + onTap: () => Navigator.pop(context, 'admin'), + ), + ], + ), + ); + }, + ); + if (role == null) { + setState(() { + _isProcessing = false; + }); + return; + } + // Step 2: Select classrooms + final classrooms = await widget.school.getClassrooms(widget.session); + final selectedClassrooms = await showModalBottomSheet>( + context: context, + isScrollControlled: true, + builder: (context) { + final List selected = []; + return StatefulBuilder( + builder: (context, setModalState) { + return SafeArea( + child: Padding( + padding: EdgeInsets.only( + bottom: MediaQuery.of(context).viewInsets.bottom, + ), + child: Column( + mainAxisSize: MainAxisSize.min, + children: [ + SizedBox(height: 10), + Text( + "Select classroom(s):", + style: Theme.of(context).textTheme.headlineMedium, + ), + SizedBox(height: 16), + ...classrooms.map( + (c) => CheckboxListTile( + title: Text(c.info.name), + value: selected.contains(c.id), + onChanged: (v) { + setModalState(() { + if (v == true) { + selected.add(c.id); + } else { + selected.remove(c.id); + } + }); + }, + ), + ), + + Padding( + padding: EdgeInsets.symmetric( + horizontal: 10, + vertical: 20, + ), + child: ElevatedButton( + child: Text("Continue"), + onPressed: + () => Navigator.pop(context, selected.toList()), + ), + ), + ], + ), + ), + ); + }, + ); + }, + ); + if (selectedClassrooms == null || selectedClassrooms.isEmpty) { + setState(() { + _isProcessing = false; + }); + return; + } + // Step 3: Select tags + final possibleTags = [ + 'prefect', + 'monitor', + 'sports', + 'music', + 'science', + ]; + final selectedTags = await showModalBottomSheet>( + context: context, + isScrollControlled: true, + builder: (context) { + final selected = {}; + return StatefulBuilder( + builder: (context, setModalState) { + return SafeArea( + child: Padding( + padding: EdgeInsets.only( + bottom: MediaQuery.of(context).viewInsets.bottom, + ), + child: Column( + mainAxisSize: MainAxisSize.min, + children: [ + SizedBox(height: 10), + Text( + "Select tags (optional):", + style: Theme.of(context).textTheme.headlineMedium, + ), + SizedBox(height: 16), + ...possibleTags.map( + (tag) => CheckboxListTile( + title: Text(tag), + value: selected.contains(tag), + onChanged: (v) { + setModalState(() { + if (v == true) { + selected.add(tag); + } else { + selected.remove(tag); + } + }); + }, + ), + ), + ElevatedButton( + child: Text("Finish"), + onPressed: + () => Navigator.pop(context, selected.toList()), + ), + ], + ), + ), + ); + }, + ); + }, + ); + // Call accept with all info + await widget.attempt.accept( + widget.session, + role, + selectedClassrooms, + selectedTags ?? [], + ); Navigator.of(context).pop(); + } catch (e) { + setState(() { + _isProcessing = false; + _resultMessage = "Error: ${e.toString()}"; + }); + return; } } else { await widget.attempt.decline(widget.session); Navigator.of(context).pop(); - Navigator.of(context).pop(); return; } await Future.delayed(const Duration(seconds: 1)); @@ -131,7 +270,12 @@ class _ApplicationFormReviewPageState extends State { padding: const EdgeInsets.symmetric(vertical: 8.0), child: Text( _resultMessage!, - style: const TextStyle(color: Colors.green), + style: TextStyle( + color: + _resultMessage!.startsWith("Error") + ? Colors.red + : Colors.green, + ), ), ), ], diff --git a/lib/pages/dashboard/school/admin/base.dart b/lib/pages/dashboard/school/admin/base.dart index 6aa22e8..120b727 100644 --- a/lib/pages/dashboard/school/admin/base.dart +++ b/lib/pages/dashboard/school/admin/base.dart @@ -9,13 +9,13 @@ import 'package:ins/theme.dart'; import './dashboard.dart'; import './users.dart'; -class StudentSchoolViewBase extends StatelessWidget { +class AdminSchoolViewBase extends StatelessWidget { final models.Session session; final models.User user; final models.School school; final models.SchoolMember member; final int index; - const StudentSchoolViewBase({ + const AdminSchoolViewBase({ super.key, required this.session, required this.user, @@ -98,7 +98,9 @@ class StudentSchoolViewBase extends StatelessWidget { ListTile( leading: Icon(Icons.settings), title: Text("Settings"), - onTap: () {}, + onTap: () { + Navigator.pop(context); + }, ), ListTile( leading: Icon(Icons.logout), @@ -127,7 +129,7 @@ class StudentSchoolViewBase extends StatelessWidget { unselectedItemColor: Colors.grey.shade600, items: [ BottomNavigationBarItem(icon: Icon(Icons.home), label: "Home"), - BottomNavigationBarItem(icon: Icon(Icons.person), label: "Profile"), + BottomNavigationBarItem(icon: Icon(Icons.person), label: "Users"), BottomNavigationBarItem( icon: Icon(Icons.class_), label: "Classrooms", diff --git a/lib/pages/dashboard/school/admin/dashboard.dart b/lib/pages/dashboard/school/admin/dashboard.dart index a2b4fcd..7278b6f 100644 --- a/lib/pages/dashboard/school/admin/dashboard.dart +++ b/lib/pages/dashboard/school/admin/dashboard.dart @@ -1,7 +1,8 @@ import 'package:flutter/material.dart'; +import 'package:ins/pages/dashboard/school/admin/users.dart'; import './base.dart'; -class AdminSchoolDashboardPage extends StudentSchoolViewBase { +class AdminSchoolDashboardPage extends AdminSchoolViewBase { const AdminSchoolDashboardPage({ super.key, super.index = 0, @@ -37,6 +38,18 @@ class AdminSchoolDashboardPage extends StudentSchoolViewBase { width: double.infinity, child: ElevatedButton( onPressed: () { + Navigator.push( + context, + MaterialPageRoute( + builder: + (context) => AdminSchoolUsersPage( + school: school, + member: member, + session: session, + user: user, + ), + ), + ); // Handle button press }, child: Text("Manage Users"), diff --git a/lib/pages/dashboard/school/admin/users.dart b/lib/pages/dashboard/school/admin/users.dart index befbc5b..5b106b9 100644 --- a/lib/pages/dashboard/school/admin/users.dart +++ b/lib/pages/dashboard/school/admin/users.dart @@ -6,7 +6,7 @@ import 'package:ins/errorpage.dart'; import 'package:ins/backend/models.dart' as models; import './application_form_review.dart'; -class AdminSchoolUsersPage extends StudentSchoolViewBase { +class AdminSchoolUsersPage extends AdminSchoolViewBase { const AdminSchoolUsersPage({ super.key, super.index = 1, @@ -191,6 +191,7 @@ class AdminSchoolUsersPage extends StudentSchoolViewBase { session: session, member: member, user: user, + school: school, ), ), ); diff --git a/lib/pages/dashboard/school/student/base.dart b/lib/pages/dashboard/school/student/base.dart index 4d8c36c..1fb41bb 100644 --- a/lib/pages/dashboard/school/student/base.dart +++ b/lib/pages/dashboard/school/student/base.dart @@ -1,30 +1,182 @@ import 'package:flutter/material.dart'; -import '../../../../backend/models.dart' as models; -import '../../../../analytics.dart' as analytics; +import 'package:ins/offline.dart'; +import 'package:ins/backend/models.dart' as models; +import 'package:ins/pages/dashboard/dashboard.dart' as dashboard; +import 'package:ins/analytics.dart' as analytics; +import 'package:ins/profile.dart'; +import 'package:google_fonts/google_fonts.dart'; +import 'package:ins/theme.dart'; +import './dashboard.dart'; +import './chatrooms.dart'; class StudentSchoolViewBase extends StatelessWidget { final models.Session session; final models.User user; final models.School school; final models.SchoolMember member; + final int index; const StudentSchoolViewBase({ super.key, required this.session, required this.user, required this.member, required this.school, + required this.index, }); Widget buildContent(BuildContext context) { return Text("Content"); } + String getTitle(BuildContext context) { + return "Dashboard"; + } + @override Widget build(BuildContext context) { - analytics.screen("student_school_view"); + analytics.screen("admin_school_view"); return Scaffold( - appBar: AppBar(leading: BackButton()), + appBar: AppBar( + leading: null, + title: appBarTitle(getTitle(context)), + actions: [ + Builder( + builder: + (context) => GestureDetector( + onTap: () => Scaffold.of(context).openEndDrawer(), + child: Padding( + padding: const EdgeInsets.symmetric(horizontal: 16), + child: profileAvatar( + profile: user.profile, + radius: 20, + name: user.info.name, + ), + ), + ), + ), + ], + ), + + endDrawer: Drawer( + child: ListView( + padding: EdgeInsets.zero, + children: [ + DrawerHeader( + decoration: BoxDecoration(color: Theme.of(context).primaryColor), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + profileAvatar( + profile: user.profile, + radius: 50, + name: user.info.name, + ), + SizedBox(width: 10), + Column( + children: [ + SizedBox(height: 30), + Text( + user.username, + style: GoogleFonts.lato( + color: Colors.white, + fontSize: 20, + fontWeight: FontWeight.bold, + ), + ), + SizedBox(height: 30), + ThemeSwitcherWidget(), + ], + ), + ], + ), + ), + ListTile( + leading: Icon(Icons.person), + title: Text("Profile"), + onTap: () => Navigator.pop(context), + ), + ListTile( + leading: Icon(Icons.settings), + title: Text("Settings"), + onTap: () { + Navigator.pop(context); + }, + ), + ListTile( + leading: Icon(Icons.logout), + title: Text("Exit"), + onTap: () { + Navigator.pushAndRemoveUntil( + context, + MaterialPageRoute( + builder: + (context) => dashboard.DashboardPage( + title: "Welcome back", + session: session, + user: user, + ), + ), + (route) => false, + ); + }, + ), + ], + ), + ), body: buildContent(context), + bottomNavigationBar: BottomNavigationBar( + selectedItemColor: Theme.of(context).colorScheme.primary, + unselectedItemColor: Colors.grey.shade600, + items: [ + BottomNavigationBarItem(icon: Icon(Icons.home), label: "Home"), + BottomNavigationBarItem( + icon: Icon(Icons.message), + label: "Chatrooms", + ), + BottomNavigationBarItem( + icon: Icon(Icons.notifications), + label: "Notifications", + ), + BottomNavigationBarItem( + icon: Icon(Icons.account_circle), + label: "Profile", + ), + ], + currentIndex: index, + type: BottomNavigationBarType.fixed, + onTap: (index) { + switch (index) { + case 0: + Navigator.pushReplacement( + context, + MaterialPageRoute( + builder: + (context) => StudentSchoolDashboardPage( + session: session, + user: user, + school: school, + member: member, + ), + ), + ); + break; + case 1: + Navigator.pushReplacement( + context, + MaterialPageRoute( + builder: + (context) => StudentChatroomsPage( + session: session, + user: user, + school: school, + member: member, + ), + ), + ); + break; + } + }, + ), ); } } diff --git a/lib/pages/dashboard/school/student/chatrooms.dart b/lib/pages/dashboard/school/student/chatrooms.dart new file mode 100644 index 0000000..563b98a --- /dev/null +++ b/lib/pages/dashboard/school/student/chatrooms.dart @@ -0,0 +1,38 @@ +import 'package:flutter/material.dart'; +import './base.dart'; + +class StudentChatroomsPage extends StudentSchoolViewBase { + const StudentChatroomsPage({ + super.key, + required super.school, + required super.member, + required super.session, + required super.user, + super.index = 1, + }); + + @override + Widget buildContent(BuildContext context) { + return Center( + child: Column( + children: [ + Padding( + padding: EdgeInsets.all(20), + child: Column( + children: [ + Hero( + tag: school.profile.getPath(), + child: Image.network( + school.profile.getPath(), + width: 200, + height: 200, + ), + ), + ], + ), + ), + ], + ), + ); + } +} diff --git a/lib/pages/dashboard/school/student/dashboard.dart b/lib/pages/dashboard/school/student/dashboard.dart index c1bced5..85490a9 100644 --- a/lib/pages/dashboard/school/student/dashboard.dart +++ b/lib/pages/dashboard/school/student/dashboard.dart @@ -8,9 +8,70 @@ class StudentSchoolDashboardPage extends StudentSchoolViewBase { required super.member, required super.session, required super.user, + super.index = 0, }); @override Widget buildContent(BuildContext context) { - return Text("Student school dashboard"); + return Center( + child: Column( + children: [ + Padding( + padding: EdgeInsets.all(20), + child: Column( + children: [ + Card( + child: Padding( + padding: EdgeInsets.symmetric(vertical: 10, horizontal: 10), + child: Row( + mainAxisSize: MainAxisSize.min, + children: [ + Hero( + tag: school.profile.getPath(), + child: Image.network( + school.profile.getPath(), + width: 200, + height: 200, + ), + ), + SizedBox(width: 20), + Column( + mainAxisSize: MainAxisSize.min, + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Text( + school.info.name, + style: TextStyle( + fontSize: 20, + fontWeight: FontWeight.bold, + ), + ), + SizedBox(height: 10), + Text( + "@${school.school_name}", + style: TextStyle( + fontSize: 16, + color: Colors.grey, + backgroundColor: Theme.of( + context, + ).primaryColor.withOpacity(0.3), + ), + ), + ], + ), + ], + ), + ), + ), + SizedBox(height: 20), + Text( + "Hy ${user.info.name}, what would you like to do?", + style: Theme.of(context).textTheme.displayLarge, + ), + ], + ), + ), + ], + ), + ); } } diff --git a/lib/pages/dashboard/school/student/home.dart b/lib/pages/dashboard/school/student/home.dart index f40437f..ab69cd9 100644 --- a/lib/pages/dashboard/school/student/home.dart +++ b/lib/pages/dashboard/school/student/home.dart @@ -9,15 +9,33 @@ Future launchStudentSchoolView({ required models.SchoolMember member, required models.Session session, }) async { - Navigator.of(context).push( - MaterialPageRoute( - builder: - (context) => StudentSchoolDashboardPage( - school: school, - member: member, - session: session, - user: user, + Navigator.push( + context, + PageRouteBuilder( + pageBuilder: + (context, animation, secondaryAnimation) => + StudentSchoolDashboardPage( + school: school, + member: member, + session: session, + user: user, + ), + transitionsBuilder: (context, animation, secondaryAnimation, child) { + return SlideTransition( + position: Tween( + begin: const Offset(1.0, 0.0), + end: Offset.zero, + ).animate( + CurvedAnimation( + parent: animation, + curve: Curves.easeInOut, + reverseCurve: Curves.easeInOut.flipped, + ), ), + child: child, + ); + }, + transitionDuration: const Duration(milliseconds: 400), ), ); } diff --git a/lib/pages/dashboard/schools.dart b/lib/pages/dashboard/schools.dart index cd1dcb5..751adbb 100644 --- a/lib/pages/dashboard/schools.dart +++ b/lib/pages/dashboard/schools.dart @@ -158,44 +158,48 @@ class SchoolListCard extends StatelessWidget { padding: const EdgeInsets.all(12.0), child: Row( children: [ - Container( - width: 120, // Increased width - height: 120, // Increased height - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(10), - image: DecorationImage( - image: NetworkImage(school.profile.getPath()), - fit: - BoxFit - .cover, // Ensure image covers the entire container + Hero( + tag: school.profile.getPath(), + transitionOnUserGestures: true, + child: Container( + width: 150, // Increased width + height: 150, // Increased height + decoration: BoxDecoration( + borderRadius: BorderRadius.circular(10), + image: DecorationImage( + image: NetworkImage(school.profile.getPath()), + fit: + BoxFit + .cover, // Ensure image covers the entire container + ), + color: Colors.transparent, + backgroundBlendMode: BlendMode.srcOver, ), - color: Colors.transparent, - backgroundBlendMode: BlendMode.srcOver, - ), - child: ClipRRect( - borderRadius: BorderRadius.circular(10), - child: BackdropFilter( - filter: ImageFilter.blur(sigmaX: 5, sigmaY: 5), - child: Container( - color: Colors.transparent, - child: Center( - child: FadeInImage.memoryNetwork( - placeholder: kTransparentImage, - image: school.profile.getPath(), - width: 70, // Increased width - height: 70, // increased height - fit: BoxFit.cover, - imageErrorBuilder: (context, error, stackTrace) { - return Container( - color: Colors.grey.shade300, - child: const Center( - child: Icon( - Icons.image_not_supported_outlined, - color: Colors.grey, + child: ClipRRect( + borderRadius: BorderRadius.circular(10), + child: BackdropFilter( + filter: ImageFilter.blur(sigmaX: 5, sigmaY: 5), + child: Container( + color: Colors.transparent, + child: Center( + child: FadeInImage.memoryNetwork( + placeholder: kTransparentImage, + image: school.profile.getPath(), + width: 70, // Increased width + height: 70, // increased height + fit: BoxFit.cover, + imageErrorBuilder: (context, error, stackTrace) { + return Container( + color: Colors.grey.shade300, + child: const Center( + child: Icon( + Icons.image_not_supported_outlined, + color: Colors.grey, + ), ), - ), - ); - }, + ); + }, + ), ), ), ), diff --git a/lib/theme.dart b/lib/theme.dart index 6d1f9de..bcafe6d 100644 --- a/lib/theme.dart +++ b/lib/theme.dart @@ -2,7 +2,7 @@ import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:shared_preferences/shared_preferences.dart'; -const Color primaryColor = Color(0xFFE65100); // #E65100 +const Color primaryColor = Color(0xFFF57C00); // Improved primary class ThemeManager with ChangeNotifier { static final ThemeManager _instance = ThemeManager._internal(); @@ -35,39 +35,32 @@ class ThemeManager with ChangeNotifier { notifyListeners(); } - // Light Theme Configuration + // Light Theme (Improved contrast) static final ThemeData _lightTheme = ThemeData( useMaterial3: true, brightness: Brightness.light, colorScheme: ColorScheme( brightness: Brightness.light, - // Primary colors - primary: Color(0xFFC66900), // Deep orange + primary: Color(0xFFF57C00), onPrimary: Colors.white, - primaryContainer: Color(0xFFFFD9B3), - onPrimaryContainer: Color(0xFF3A2600), - - // Secondary colors - secondary: Color(0xFF4F9A94), // Muted teal + primaryContainer: Color(0xFFFFE0B2), + onPrimaryContainer: Color(0xFF311B00), + secondary: Color(0xFF4F9A94), onSecondary: Colors.white, secondaryContainer: Color(0xFFB2DFDB), - onSecondaryContainer: Color(0xFF0A1F1D), // 90% black - surface: Color(0xFFFFF8F2), // Elevated surfaces + onSecondaryContainer: Color(0xFF0A1F1D), + surface: Color(0xFFFFF8F2), onSurface: Color(0xFF1F1B16), - - // Error colors error: Color(0xFFBA1A1A), onError: Colors.white, - - // Neutral colors - surfaceContainerHighest: Color(0xFFF3E9E1), // For cards/dialogs - outline: Color(0xFF857369), // Borders/dividers + surfaceContainerHighest: Color(0xFFF3E9E1), + outline: Color(0xFF857369), ), textTheme: TextTheme( displayLarge: GoogleFonts.robotoFlex( fontSize: 32, fontWeight: FontWeight.w800, - color: Color(0xFF7A4A00), // Warm accent + color: Color(0xFF7A4A00), ), headlineMedium: GoogleFonts.robotoFlex( fontSize: 24, @@ -83,7 +76,7 @@ class ThemeManager with ChangeNotifier { bodyMedium: GoogleFonts.merriweather( fontSize: 16, height: 1.6, - color: Color(0xFF5C4D42), // Warm gray + color: Color(0xFF5C4D42), ), labelLarge: GoogleFonts.robotoFlex( fontSize: 14, @@ -105,7 +98,7 @@ class ThemeManager with ChangeNotifier { ), elevatedButtonTheme: ElevatedButtonThemeData( style: ElevatedButton.styleFrom( - backgroundColor: Color(0xFFC66900), + backgroundColor: Color(0xFFF57C00), foregroundColor: Colors.white, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(8)), ), @@ -126,58 +119,55 @@ class ThemeManager with ChangeNotifier { }, ), ); - // Dark Theme Configuration + + // Dark Theme (Improved visibility) static final ThemeData _darkTheme = ThemeData( useMaterial3: true, brightness: Brightness.dark, colorScheme: ColorScheme( brightness: Brightness.dark, - // Primary colors - primary: Color(0xFFFF9E40), // Softer orange + primary: Color(0xFFFFA726), onPrimary: Colors.black, - primaryContainer: Color(0xFFB26F20), // Darker orange container - onPrimaryContainer: Color(0xFFFFD9B3), - - // Secondary colors - secondary: Color(0xFF80CBC4), // Soothing teal + primaryContainer: Color(0xFFB26F20), + onPrimaryContainer: Color(0xFFFFECB3), + secondary: Color(0xFF80CBC4), onSecondary: Colors.black, secondaryContainer: Color(0xFF4A635F), - onSecondaryContainer: Color(0xFFB2DFDB), // 87% white - surface: Color(0xFF1E1E1E), // Elevated surfaces - onSurface: Color(0xFFE0E0E0), - - // Error colors + onSecondaryContainer: Color(0xFFB2DFDB), + surface: Color(0xFF121212), + onSurface: Color(0xFFEDEDED), error: Color(0xFFCF6679), onError: Colors.black, - - // Neutral colors - surfaceContainerHighest: Color(0xFF2D2D2D), // For cards/dialogs - outline: Color(0xFF404040), // Borders/dividers + surfaceContainerHighest: Color(0xFF2D2D2D), + outline: Color(0xFF595959), ), textTheme: TextTheme( displayLarge: GoogleFonts.robotoFlex( fontSize: 32, fontWeight: FontWeight.w800, - color: Color(0xFFFFB77A), // Warm highlight + color: Color(0xFFFFB74D), ), headlineMedium: GoogleFonts.robotoFlex( fontSize: 24, fontWeight: FontWeight.w700, letterSpacing: 0.25, + color: Color(0xFFE0E0E0), ), titleLarge: GoogleFonts.robotoFlex( fontSize: 20, fontWeight: FontWeight.w600, + color: Color(0xFFE0E0E0), ), bodyMedium: GoogleFonts.merriweather( fontSize: 16, height: 1.6, - color: Color(0xFFCCCCCC), // Soft gray for body + color: Color(0xFFDEDEDE), ), labelLarge: GoogleFonts.robotoFlex( fontSize: 14, fontWeight: FontWeight.w500, letterSpacing: 0.1, + color: Color(0xFFB0B0B0), ), ), appBarTheme: AppBarTheme( @@ -187,14 +177,14 @@ class ThemeManager with ChangeNotifier { titleTextStyle: GoogleFonts.robotoFlex( fontSize: 20, fontWeight: FontWeight.w600, - color: Color(0xFFFFB77A), + color: Color(0xFFFFB74D), ), - iconTheme: IconThemeData(color: Color(0xFFFFB77A)), + iconTheme: IconThemeData(color: Color(0xFFFFB74D)), ), elevatedButtonTheme: ElevatedButtonThemeData( style: ElevatedButton.styleFrom( - backgroundColor: Color(0xFFB26F20), - foregroundColor: Color(0xFFFFD9B3), + backgroundColor: Color(0xFFFFA726), + foregroundColor: Colors.black, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(8)), ), ), @@ -275,7 +265,7 @@ class _ThemeSwitcherWidgetState extends State height: 40, decoration: BoxDecoration( borderRadius: BorderRadius.circular(20), - color: isDark ? Colors.grey[800] : Colors.blueGrey[200], + color: isDark ? Color(0xFF2D2D2D) : Color(0xFFF3E9E1), ), child: Stack( children: [ @@ -290,7 +280,7 @@ class _ThemeSwitcherWidgetState extends State height: 32, decoration: BoxDecoration( shape: BoxShape.circle, - color: isDark ? Colors.grey[200] : Colors.amber, + color: isDark ? Color(0xFFFFA726) : Color(0xFFF57C00), boxShadow: [ BoxShadow( color: Colors.black.withOpacity(0.1), @@ -303,8 +293,16 @@ class _ThemeSwitcherWidgetState extends State duration: const Duration(milliseconds: 300), child: isDark - ? const Icon(Icons.nightlight_round, size: 20) - : const Icon(Icons.wb_sunny, size: 20), + ? Icon( + Icons.nightlight_round, + size: 20, + color: Colors.black, + ) // Visible in dark mode + : Icon( + Icons.wb_sunny, + size: 20, + color: Colors.white, + ), ), ), ), From 3a091a1aeb9cca5afae70bdf776c0c8458ae93d9 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Fri, 2 May 2025 01:09:54 +0100 Subject: [PATCH 4/5] added icons in html --- web/favicon.png | Bin 917 -> 528 bytes web/icons/Icon-192.png | Bin 5292 -> 9563 bytes web/icons/Icon-512.png | Bin 8252 -> 32667 bytes web/icons/Icon-maskable-192.png | Bin 5594 -> 9563 bytes web/icons/Icon-maskable-512.png | Bin 20998 -> 32667 bytes 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/web/favicon.png b/web/favicon.png index 8aaa46ac1ae21512746f852a42ba87e4165dfdd1..e6f4ff3cd47fb0bd5cf701be19b033041888b129 100644 GIT binary patch delta 513 zcmbQrK7nO|WIZzj1A~Sxe=v|zNcITwWnidMV_;}#VPN3HV{j5@u&EbiuoYzxU}ccyVz3fnNL6MCkYUglU~rdYkmh8t6J=20VbI}cU}a>` zxvI8Y&-c4tJ^G+2OF-g}Fm3Q~2Wd*V-3;gS|STWA2vQ@`vOt(w2v;`h1k(@3*Sm_VZE~DF@`f lna$c6^I9e@&%*ql^qCyaEngpa-vm04!PC{xWt~$(69Av|qDKG# literal 917 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|I14-?iy0X7 zltGxWVyS%@P(fs7NJL45ua8x7ey(0(N`6wRUPW#JP&EUCO@$SZnVVXYs8ErclUHn2 zVXFjIVFhG^g!Ppaz)DK8ZIvQ?0~DO|i&7O#^-S~(l1AfjnEK zjFOT9D}DX)@^Za$W4-*MbbUihOG|wNBYh(yU7!lx;>x^|#0uTKVr7USFmqf|i<65o z3raHc^AtelCMM;Vme?vOfh>Xph&xL%(-1c06+^uR^q@XSM&D4+Kp$>4P^%3{)XKjo zGZknv$b36P8?Z_gF{nK@`XI}Z90TzwSQO}0J1!f2c(B=V`5aP@1P1a|PZ!4!3&Gl8 zTYqUsf!gYFyJnXpu0!n&N*SYAX-%d(5gVjrHJWqXQshj@!Zm{!01WsQrH~9=kTxW#6SvuapgMqt>$=j#%eyGrQzr zP{L-3gsMA^$I1&gsBAEL+vxi1*Igl=8#8`5?A-T5=z-sk46WA1IUT)AIZHx1rdUrf zVJrJn<74DDw`j)Ki#gt}mIT-Q`XRa2-jQXQoI%w`nb|XblvzK${ZzlV)m-XcwC(od z71_OEC5Bt9GEXosOXaPTYOia#R4ID2TiU~`zVMl08TV_C%DnU4^+HE>9(CE4D6?Fz oujB08i7adh9xk7*FX66dWH6F5TM;?E2b5PlUHx3vIVCg!0Dx9vYXATM diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png index b749bfef07473333cf1dd31e9eed89862a5d52aa..610d2b332cfe070abef46c811701e2d99f2eb082 100644 GIT binary patch literal 9563 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 diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png index 88cfd48dff1169879ba46840804b412fe02fefd6..89ca9c6a153a0b0a4520ddb723f1c9dedb898188 100644 GIT binary patch literal 32667 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 diff --git a/web/icons/Icon-maskable-192.png b/web/icons/Icon-maskable-192.png index eb9b4d76e525556d5d89141648c724331630325d..cc9ba0ab99b623a69275c690069065fe1f24196c 100644 GIT binary patch literal 9563 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 X>c!)3PgKfL&lX^$Z>Cpu&6)6jvi^Z! diff --git a/web/icons/Icon-maskable-512.png b/web/icons/Icon-maskable-512.png index d69c56691fbdb0b7efa65097c7cc1edac12a6d3e..5e573aa08dc68d97d0408b5135390c439724d320 100644 GIT binary patch literal 32667 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 MPgg&ebxsLQ025IeI{*Lx From b5a511b7f83e4acc8055d7c91e117fbd3352d85c Mon Sep 17 00:00:00 2001 From: ken-morel Date: Fri, 2 May 2025 01:12:29 +0100 Subject: [PATCH 5/5] removed firebasedeploy julia script --- deployfirebase.jl | 50 ----------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 deployfirebase.jl diff --git a/deployfirebase.jl b/deployfirebase.jl deleted file mode 100644 index a61e7fc..0000000 --- a/deployfirebase.jl +++ /dev/null @@ -1,50 +0,0 @@ -const gtag = """ - -""" - -function addgtag(html::String)::String - location = findfirst("", html) - if location === nothing - error("simple head tag not found, could not add google tag") - end - pos = location[end] - html[1:pos] * "\n$gtag\n" * html[pos+1:end] -end - -function copylogo() - println("- Copying logo") - open("./build/web/favicon.png", "w") do output - write(output, open("./logo.png") do input - read(input, String) - end) - end -end - -function main() - println("- Building for web") - run(`flutter build web`) - println("- Adding google tag") - tag_added = open("./build/web/index.html") do input - addgtag(read(input, String)) - end - open("./build/web/index.html", "w") do output - write(output, tag_added) - end - copylogo() - println("Deploying") - try - run(`firebase deploy --non-interactive`) - catch - print("faild") - end -end - -if (@__MODULE__) == Main - main() -end