An open API service indexing awesome lists of open source software.

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!

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 📸
![Control-V2](https://github.com/user-attachments/assets/1bf87a11-db16-43f3-bde1-75419a0f411d)

## 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.