- SukJunub is cross-platform ecommerce mobel application.
- Flutter is used as the framework. The database is powerd by firebase storage and the authentication by Firebase auth.
- I used Firebase because of its websocket-like technology so that a client can easily access data as quickly as possible.
- Any other technologies and databases can also be intergrated.
-
To re-use or clone the application, you can download the zip or fork from "https://github.com/jima05/sukjunub".
-
After extracting , open the folder in any code editor of ypur choice
-
Open a new terminal and type:
-
flutter pub get : This is to download the dedependencies and resolve any errors related to them
-
flutter pub outdated : This is to see which dependancies are outdated and nee to be upgrated
-
flutter pub upgrade : This is to upgrade the dependencies to there latest versions
-
flutter run : To run the app on either an emulator, the web or a real device
-
NOTE:
- Make sure you enable developer mode in ypur windows settings
- To run it on ur android device, enable USB Debburging
-





