A flash card app built in Flutter, demonstrating basic state management and a cool Material You Design.
Built as a submission project for Flash Card App on roadmap.sh.
🌐 Web App hosted on GitHub Pages
🤖 Android App on GitHub Releases
🪟 Windows App on GitHub Releases
- 🧠 Short Quiz on Dart/Flutter & Golang
- 📱 Adaptive Responsive Design
- 🎨 Material You Design with accent color
- 😎 Cool Card Transformation
Note
Dynamic coloring is not available on the Web due to the dynamic_color package limitation
- Basic State Management
- 3D Flip transformation using
Transform - Dynamic Theming support
- Designing app logo
- Releasing the app for Windows
card-animation.mp4
- Flutter SDK >=
v3.35 - Browser (Chromium-based recommended)
- Windows (for Windows build)
- (Optional) Before running, run
flutter doctorto ensure there are no issues - Run the following commands
git clone https://github.com/architxkumar/flashcard/
cd flashcard
flutter pub get
flutter runAfter this, select the platform you would like to run on.