Skip to content

subhasis003/Catalog-App

Repository files navigation

Catalog App

A Flutter Products Catalog app

Getting Started

  • Clone the repo
    • ssh: git@github.com:subhasis003/Catalog-App.git
    • https: https://github.com/subhasis003/Catalog-App.git
  • Make sure install flutter sdk first.
  • run flutter doctor in terminal/cmd to check if everything is setup correctly
  • Open the project in your favorite IDE (VSCode, Android Studio, etc)
  • Run flutter pub get to install all dependencies
  • Navigate to lib directory and run main.dart to 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.

Release

  • 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 --release to build apk file
  • Wait until build apk for you
  • Download apk from Assets section of release

Contributing

Would love to see your ideas and contributions to this project!

Features

  • Uses VelocityX UI framework
  • Auto Dark🌃 mode

Screenshots

Light Mode :-

Dark Mode :-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published