Burmese_language_app

Chin Chin Chinese (Myanmar Edition)

A professional, gamified vocabulary learning application specifically designed to help Myanmar speakers master workplace Chinese.

Flutter Dart License

πŸ“± Overview

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).


✨ Key Features

πŸŽ“ Comprehensive Curriculum

Structured learning covering 15+ industry scenarios tailored for migrant workers and students:

πŸ› οΈ Rich Learning Modes

🎨 Immersive UX/UI

⭐ Personalization


βš–οΈ Licensing (Dual License Model)

This project operates under a strictly defined dual-license model. Please read carefully before using or forking this repository.

1. Source Code - MIT License 🟒

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.

2. Creative Assets - CC BY-NC-ND 4.0 πŸ”΄

The specific educational content, including but not limited to:

…are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.

What this means for you:


πŸ—οΈ Tech Stack & Architecture

The project follows a modular Flutter architecture:

Folder Structure

```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

πŸš€ Getting Started

Since this repository includes the necessary assets, you can run the app directly:

  1. Clone the repository:
    git clone [https://github.com/your-username/chin-chin-chinese.git](https://github.com/your-username/chin-chin-chinese.git)
    
  2. Install dependencies:
    flutter pub get
    
  3. Run the app:
    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.