A professional, gamified vocabulary learning application specifically designed to help Myanmar speakers master workplace Chinese.
Chin Chin Chinese is a cross-platform Flutter application tailored for Myanmar learners. It combines high-quality educational content with a gamified user experience, featuring 3D button interactions, immersive audio feedback, and industry-specific vocabulary.
The app is built with a βDual Licenseβ strategy to foster open-source learning for the code structure while strictly protecting the creatorsβ specific educational intellectual property (audio, translations, and curriculum).
Structured learning covering 15+ industry scenarios tailored for migrant workers and students:
This project operates under a strictly defined dual-license model. Please read carefully before using or forking this repository.
The underlying software logic, UI widgets (e.g., ThreeDButton, GlobalSettings), and application architecture are licensed under the MIT License.
β You are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software logic.
The specific educational content, including but not limited to:
vocab_data.dart).mp3 files)β¦are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.
What this means for you:
The project follows a modular Flutter architecture:
ValueNotifier (for Themes), setState (Local UI state)shared_preferences (Persisting Dark Mode, Volume, Saved Words, Tutorial status)audioplayers: For pronunciation and SFX.video_player: For the intro splash screen.```text /Burmese_language_app βββ /android # Android native build config βββ /ios # iOS native build config βββ /lib # Main Dart source code β βββ /data # Vocabulary data models (Protected Content) β βββ main.dart # Application entry point & UI Logic βββ /assets # Static resources β βββ /audio # Audio files (Protected Content) β βββ /icons # App icons β βββ intro.mp4 # Splash video βββ pubspec.yaml # Dependencies
Since this repository includes the necessary assets, you can run the app directly:
git clone [https://github.com/your-username/chin-chin-chinese.git](https://github.com/your-username/chin-chin-chinese.git)
flutter pub get
flutter run
Note: While the source code is MIT licensed, please remember that the audio files and vocabulary data included in this repository are under CC BY-NC-ND 4.0. You may use them for personal study/development, but do not extract or redistribute them for commercial purposes.