Skip to content

This is an application for kids who want to learn the English alphabet, Numbers, and Colors names with accurate pronunciation.

License

Notifications You must be signed in to change notification settings

md-siam/kid_starter

Repository files navigation

           

Kid Starter

This application is an updated version of "flutter_kid_starter" from - QuangRau. I am using the latest Flutter 3.0 SDK, to update this awesome open-source application.
Since it's an open-source project, the source code is governed by an MIT-style license that can be found in the LICENSE file or at MIT LICENSE Info.

Packages Used

This application is using one third-party package from the open-source community. Thanks to the developers of just_audio: ^0.9.24 for this amazing package. The purpose of using this package is to play audio files in the flutter application. It's a Flutter Favorite package.
In addition to the package, for accurate color pronunciation, the audio files are from macmillan dictionary.

  #For playing audio files
  just_audio: ^0.9.24

Tasks for the contributors

  1. Stories
  2. Shapes 
  3. Bangla (অ আ ক খ)
  4. Bangla (১ ২ ৩)
  5. If you have problem with understanding the code, 
     then just edit the README.md file

App Demo

File Pattern Inside The lib Folder

lib/
├── app/
│   ├── controllers/
│   │   ├── alphabet_en_controller.dart
│   │   ├── color_controller.dart
│   │   └── numeric_en_controller.dart
│   ├── models/
│   │   ├── alphabet_en_model.dart
│   │   ├── color_model.dart
│   │   └── numeric_en_model.dart
│   ├── screens/
│   │   ├── alphabet_en_screen.dart
│   │   ├── color_screen.dart
│   │   ├── home_screen.dart
│   │   ├── numeric_en_screen.dart
│   │   ├── shape_screen.dart
│   │   └── story_screen.dart
│   ├── widgets/
│   │   ├── category_card.dart
│   │   ├── page_header.dart
│   │   └── tile_card.dart
│   ├── constant.dart
│   └── splash_screen.dart
├── generated_plugin_registrant.dart
└── main.dart

About

This is an application for kids who want to learn the English alphabet, Numbers, and Colors names with accurate pronunciation.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published