Skip to content

0xsynix/Apple-store

Repository files navigation

Catalog App

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.

Features

  • 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.

Technologies Used

  • Flutter: Flutter for building the user interface.
  • Dart: Dart as the programming language.

Installation

To run this project locally, follow these steps:

  1. Clone the Repository

    git clone https://github.com/yourusername/apple-products-catalog-flutter.git
  2. Navigate to the Project Directory

    cd apple-products-catalog-flutter
  3. Install Dependencies

    Ensure you have Flutter installed. If not, follow the installation instructions on the Flutter website.

    flutter pub get
  4. Run the Application

    Use the following command to run the app on an Android emulator or connected device:

    flutter run
  5. To build the app for release, use

    flutter build apk

Usage

  • Open the app to see the list of Apple products.
  • Tap on any product to view detailed information.