🔗 52cards.pages.dev OR GitHub Pages
- ✅ Flutter App with Web Support - Flutter Web
- ✅ Running with sound null safety 💪
- ✅ Simply double tap (double click) on the card to flip the card - Animation
- ✅ Tap on the floating action button to shuffle cards
Card Front | Card Back |
---|---|
![]() |
![]() |
Try it using DartPad 📋 - DartPad URL
- Download / Clone the repository
- Navigate to project repository
- Run command flutter create .
flutter create .
- To run your app in Android Emulator or an Android device connected to your machine use command - flutter run
- To serve your app from localhost in Chrome use command - flutter run -d chrome
flutter run
OR
flutter run -d chrome
Licensed under the Apache License, Version 2.0 - LICENSE