Skip to content

akshatapp/flutter-playing-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter 52 Playing Card Deck with Flip animation

🔗 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

App Design

Card Front Card Back
Card Front Card Back

Try it using DartPad 📋 - DartPad URL

Getting Started 🚀

  • 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