Atlan.mp4
Koode is an interactive educational app designed to make learning fun for children. It features various categories like alphabets, numbers, animals, and family relationships, each equipped with engaging visuals and audio pronunciations to aid in effective learning.
- Interactive Learning: Categories such as Alphabets, Animals, Numbers, and Family Relationships are displayed with vibrant icons and intuitive audio feedback.
- Audio Pronunciations: Each item is associated with an audio pronunciation, reinforcing learning through sound.
- Touch Interactions: Children can tap on icons to hear the pronunciation and see the item displayed on a full screen.
- Flutter: For building a responsive and cross-platform user interface.
- Dart: The programming language used with Flutter.
- Just Audio: For handling audio playback.
- Hive: A lightweight, fast, NoSQL database for storing local data.
- Google Fonts: For enhanced typography and aesthetic appeal.
To run this app locally:
- Clone the repository:
git clone https://github.com/yourusername/koode.git
- Navigate to the project directory:
cd koode - Install dependencies:
flutter pub get
- Run the app:
flutter run
Make sure you have a connected device or emulator available.
The audio files are stored in the assets/audios/ directory. For adding or updating audio assets:
- Place the
.mp3files in the respective category folders. - Update the
pubspec.yamlto include the new assets.