Skip to content

datumbrain/shop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop App:

This mobile app has some basic features that any shopping app has.

Running the App

  1. Clone the repository: Clone the Git repository using the following command in your terminal or command prompt:

    git clone git@github.com:datumbrain/shop-app.git
  2. Install dependencies: Navigate to the cloned repository directory in your terminal or command prompt and run the following command:

    flutter pub get

    This command will install all the required dependencies for your Flutter app.

  3. Run the app: After installing the dependencies, connect an Android or iOS device to your computer, run the following command in your terminal or command prompt to start the app:

    flutter run

    This will build and run the app on your default emulator or connected device.

  4. (Optional) Build the app: If you want to build the app for a specific platform, run the following command:

    flutter build <platform>

    Replace with the platform you want to build the app for, such as apk for Android or ipa for iOS. This will create a build of your app that you can distribute or install on your device

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors