An environment that supports students through multi-format explanations, interactive quizzes, and peer-to-peer challenges.
Create an inclusive learning ecosystem that adapts to each student’s personal situation, encourages peer collaboration, transparently tracks progress, and gamifies learning through challenges and leaderboards.
- Framework: Flutter 3.38.5 (multi-platform)
- Architecture: MVVM (Model-View-ViewModel)
- Supported Platforms: Android, iOS, Web, Linux
-
Report a bug or request a feature
- Open an issue
- Use the predefined templates
- Provide complete and detailed information
-
Develop a new feature
- Fork the repository
- Clone it locally
git clone https://github.com/your-username/studentlab.git
- Create a branch for your feature
git checkout -b feature/nome-feature
- Install dependencies
flutter pub get
- Develop and test
flutter test flutter run- Commit e push
git add . git commit -m "Add [nome feature]: [descrizione]" git push origin feature/nome-feature