This project is a Flutter application designed to provide a starting point for a shopping app using Cupertino (iOS-style) widgets. It supports multiple platforms, including Android, iOS, macOS, and web.
- Cross-Platform Support: Compatible with Android, iOS, macOS, and web.
- Cupertino Design: Focused on delivering an iOS-like user experience using Cupertino widgets.
-
Clone the repository:
git clone https://github.com/shop2008/flutter_shop_cupertino.git
-
Navigate to the project directory:
cd flutter_shop_cupertino
-
Install dependencies:
flutter pub get
To run the app on your desired platform:
flutter run
For web:
flutter run -d chrome
For iOS:
flutter run -d ios
For Android:
flutter run -d android