Go to file
Naresh Pratista 7ba660a4eb Merge branch 'docs' into 'master'
Docs

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!33
2024-12-23 20:35:38 +00:00
.vscode feat: update API endpoints, enhance error handling, and improve UI responsiveness 2024-12-24 03:07:18 +07:00
android feat: update API endpoints, enhance error handling, and improve UI responsiveness 2024-12-24 03:07:18 +07:00
assets refactor(learning): Enhance data loading and navigation flow 2024-11-13 09:03:40 +07:00
ios refactor(learning): Enhance data loading and navigation flow 2024-11-13 09:03:40 +07:00
lib feat: update API endpoints, enhance error handling, and improve UI responsiveness 2024-12-24 03:07:18 +07:00
linux refactor: Improve handling of API content in material feature 2024-11-05 13:34:38 +07:00
macos chore: update Flutter and Gradle versions, and add FVM configuration 2024-12-14 18:23:42 +07:00
test feat: implement various feature and fix various bug 2024-10-10 12:49:33 +07:00
web Initial Commit 2024-08-12 09:17:57 +07:00
windows fix: infinite loading on youtube media player, and upgrade version of youtube_player_widget 2024-11-09 06:15:20 +07:00
.fvmrc chore: update Flutter and Gradle versions, and add FVM configuration 2024-12-14 18:23:42 +07:00
.gitignore chore: update Flutter and Gradle versions, and add FVM configuration 2024-12-14 18:23:42 +07:00
.metadata feat: implement various feature and fix various bug 2024-10-10 12:49:33 +07:00
analysis_options.yaml Initial Commit 2024-08-12 09:17:57 +07:00
devtools_options.yaml feat: implement various feature and fix various bug 2024-10-10 12:49:33 +07:00
pubspec.lock chore: update Flutter and Gradle versions, and add FVM configuration 2024-12-14 18:23:42 +07:00
pubspec.yaml fix: Improve table rendering using flutter_widget_from_html and Improve Image Preview funcionality 2024-11-14 13:35:16 +07:00
README.md docs: update team member contact information in README 2024-12-24 03:34:53 +07:00
workspace.tar Updated various files, including constants, exercise providers, question widgets, section models, and screens for topics, learning, and settings, with changes to URLs, error handling, and UI components. 2024-11-21 12:45:41 +07:00

SEALS Logo

SEALS - Smart English Adaptive Learning System

Overview

SEALS refers to a personalized approach to language education that adjusts to the individual learner's needs, pace, and skill level.

System Requirements

  • Flutter version 3.19.0 or higher
  • Dart version 3.3.0 or higher
  • Android Studio / VS Code
  • Android SDK version 23 (Android 7.0) or higher
  • Minimum 2GB RAM
  • 500MB free storage space

Installation

  1. Clone the repository:
git clone https://gitlab.com/profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning.git
  1. Navigate to project directory:
cd mobile-adaptive-learning
  1. Install dependencies:
flutter pub get
  1. Run the application:
flutter run

Dependencies

dependencies:
  audioplayers: ^6.1.0
  bootstrap_icons: ^1.11.3
  cached_network_image: ^3.4.1
  carousel_slider: ^5.0.0
  cupertino_icons: ^1.0.8
  dio: ^5.7.0
  flick_video_player: ^0.9.0
  flutter:
    sdk: flutter
  flutter_inappwebview: ^6.0.0
  flutter_secure_storage: ^9.2.2
  flutter_svg: ^2.0.10+1
  flutter_widget_from_html: ^0.15.2
  google_fonts: ^6.2.1
  google_nav_bar: ^5.0.6
  html: ^0.15.4
  image_picker: ^1.1.2
  intl: ^0.19.0
  jwt_decoder: ^2.0.1
  provider: ^6.1.2
  shared_preferences: ^2.3.2
  shimmer: ^3.0.0
  video_player: ^2.9.1
  youtube_player_flutter: ^9.1.1

Build Release

Android

# Generate Android App Bundle
flutter build appbundle --release

# Generate APK
flutter build apk --release

Development Team

Acknowledgments