https://github.com/blackhatdevx/coin_tosser
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!
https://github.com/blackhatdevx/coin_tosser
cointossing flutter flutterproject miniproject
Last synced: 3 months ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/blackhatdevx/coin_tosser
- Owner: BlackHatDevX
- Created: 2024-09-17T18:48:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:50:40.000Z (about 1 year ago)
- Last Synced: 2024-10-07T18:25:45.132Z (about 1 year ago)
- Topics: cointossing, flutter, flutterproject, miniproject
- Language: C++
- Homepage: https://github.com/BlackHatDevX/coin_tosser
- Size: 884 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coin Tosser App 🪙
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!
## Features ✨
- 🎨 **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.## To-Do List 📝
- 🔄 **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.## Screenshots 📸
## Getting Started 🚀
1. Clone the repository:
```bash
git clone https://github.com/BlackHatDevX/coin_tosser.git
```
2. Navigate to the project directory:
```bash
cd coin_tosser
```
3. Install the dependencies:
```bash
flutter pub get
```
4. Run the app:
```bash
flutter run
```## Dependencies 📦
- `flutter`: SDK for developing mobile apps.
- `flutter_launcher_icons`: A package which simplifies the task of updating your Flutter app's launcher icon.## Contributing 🤝
We welcome contributions! Feel free to open issues or submit pull requests for new features or bug fixes.