Skip to content

mabt-tech-com/coupon-generator

Repository files navigation

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