A Flutter app that provides a randomized list of Uno Dare rules for an exciting gameplay experience, available as a web app on Firebase Hosting.
- Randomized Rule Generator: Create unpredictable and fun rule sets for Uno Dare.
- Customizable Rule List: Add, edit, or remove custom rules.
- Light and Dark Mode: Switch between light and dark themes.
- Grid and List Views: Choose between grid or list display modes for your rules.
- Flutter SDK: Version 3.22.1 or higher
- Firebase Account: Needed for web app hosting.
-
Clone the Repository
git clone https://github.com/username/WildDareRandomizer.git cd WildDareRandomizer -
Install Dependencies
flutter pub get
-
Configure Firebase:
- Ensure Firebase is set up in the app. Follow the steps to add a Firebase web app and configure your
firebase_options.dartfile.
- Run the app:
flutter run -d chrome
-
Build the web version:
flutter build web
-
Deploy:
bash firebase deploy --only hostingThe app will be live at the URL provided by Firebase Hosting.
For a detailed list of changed, see the Changelog.
This project is licensed under the MIT License - see the LICENSE file for details.