A simple yet engaging coin toss app built using Flutter. The app features a smooth gradient background and a minimalistic UI, making the coin toss experience fun and easy. Perfect for quick decisions, games, or just for fun!
- 🎨 Gradient Background: The app has a sleek gradient background that enhances visual appeal.
- 🪙 Coin Toss Functionality: Tap to toss the coin and get either heads or tails.
- 🖼️ Minimalist UI: Clean, intuitive design for an effortless user experience.
- 📱 Cross-Platform: Runs smoothly on both Android and iOS devices.
- 🔄 Add Animations: Incorporate a flipping animation for the coin to make it more dynamic.
- 🔊 Add Sound Effects: Introduce sound effects to enrich the experience when tossing the coin.
- Clone the repository:
git clone https://github.com/BlackHatDevX/coin_tosser.git
- Navigate to the project directory:
cd coin_tosser
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
flutter
: SDK for developing mobile apps.flutter_launcher_icons
: A package which simplifies the task of updating your Flutter app's launcher icon.
We welcome contributions! Feel free to open issues or submit pull requests for new features or bug fixes.