Wizard Points is a simple web app (optimized for mobile usage) that allows you to keep track of your points in the card game Wizard.
Visit the website (wizardpoints.app) to get started.
- Up to 6 players
- Keep track of dealer and player order
- Adjustable settings
- Personalization
- Game rules
- Intuitive and simple UI
- Progressive Web App (PWA)
- Create a fork of the repository
- Clone the forked repository
- Create a new branch
- Make your changes
- Push your changes to your forked repository
- Create a pull request and describe your changes
-
Install the Flutter SDK.
-
Check your Flutter installation
flutter doctor
-
Switch to the
stable
channelflutter channel stable flutter upgrade
-
Install the dependencies
flutter pub get
-
Run the app
flutter run [-d Chrome]
-
Build the app using CanvasKit in release mode
flutter build web --web-renderer canvaskit --release
-
Deploy the app to Firebase
firebase deploy