A Flutter Products Catalog app
- Clone the repo
- ssh:
git@github.com:subhasis003/Catalog-App.git - https:
https://github.com/subhasis003/Catalog-App.git
- ssh:
- Make sure install
flutter sdkfirst. - run
flutter doctorin terminal/cmd to check if everything is setup correctly - Open the project in your favorite IDE (VSCode, Android Studio, etc)
- Run
flutter pub getto install all dependencies - Navigate to lib directory and run
main.dartto launch app for android or windows/linux - For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Add Internet permission in AndroidManifest.xml file
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET"/>
- Run
flutter build apk --releaseto build apk file - Wait until build apk for you
- Download apk from
Assetssection of release
Would love to see your ideas and contributions to this project!
- Uses VelocityX UI framework
- Auto Dark🌃 mode