https://github.com/mabt-tech-com/coupon-generator
coupon-generator
https://github.com/mabt-tech-com/coupon-generator
Last synced: 2 months ago
JSON representation
coupon-generator
- Host: GitHub
- URL: https://github.com/mabt-tech-com/coupon-generator
- Owner: mabt-tech-com
- Created: 2023-04-09T12:36:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T13:49:45.000Z (about 2 years ago)
- Last Synced: 2025-01-22T18:11:13.464Z (4 months ago)
- Language: Dart
- Size: 1.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flutter Application x Firebase x
Web - Android
A simple app that generate a code that will redirect you to a specific route / page
![]()
![]()
![]()
![]()
![]()
![]()
### Run your app```
flutter run -d chrome --web-hostname localhost --web-port 5000
```
### Routes
```
routes: {'/': (context) => CodeGeneratorPage(),
'/home': (context) => HomePage(),
'/manage-code': (context) => ManageCodesPage(),
'/paste-code': (context) => PasteCodePage(),
'/page-one': (context) => PageOne(),
'/page-two': (context) => PageTwo(),
'/page-three': (context) => PageThree(),},
```
---
**Copy code to clipboard :**
https://stackoverflow.com/a/55885760/10216101