A memory game built with Flutter and Dart
- Fliutter and Dart is installed
- Check using
flutter --version
- optional but recommended:
- iOS or Android Simulator is installed
- VS Code with Flutter and Dart plugins is installed
- Clone the repo
- Run
flutter run
(select device simulator or web) - Click on the
info
icon in the App Bar to see how to play the game - More info on how to run: https://docs.flutter.dev/get-started/test-drive
- optional but recommended: use VSCode and the flutter plugin to launch the simulator and run the app
- Built with Flutter 3.x and Dart 2.18.x
- Flip card animation built from scratch
- Widget Test and Integration Test
- State Management using
Provider
package - Play Sounds using
audioplayers
package - Text to Speech using
flutter_tts
package - Confetti Animation using
confetti
package