Welcome to the Apple Products Catalog App! This is a Flutter application showcasing a catalog of Apple products. The app is designed for Android devices and displays a static list of products.
- Product Listing: Browse a static list of Apple products.
- Product Details: View detailed information about each product, including specifications and images.
- Responsive Design: Optimized for Android devices.
To run this project locally, follow these steps:
-
Clone the Repository
git clone https://github.com/yourusername/apple-products-catalog-flutter.git
-
Navigate to the Project Directory
cd apple-products-catalog-flutter -
Install Dependencies
Ensure you have Flutter installed. If not, follow the installation instructions on the Flutter website.
flutter pub get
-
Run the Application
Use the following command to run the app on an Android emulator or connected device:
flutter run
-
To build the app for release, use
flutter build apk
- Open the app to see the list of Apple products.
- Tap on any product to view detailed information.