https://github.com/datumbrain/shop-app
https://github.com/datumbrain/shop-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datumbrain/shop-app
- Owner: datumbrain
- Created: 2023-03-29T04:24:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T06:56:50.000Z (about 3 years ago)
- Last Synced: 2025-08-31T16:04:16.841Z (9 months ago)
- Language: Dart
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
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:
```bash
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:
```bash
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:
```bash
flutter build
```
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