This Flutter application is a shopping food app designed to provide a seamless and intuitive shopping experience. The app includes features such as product browsing, category-wise shopping, detailed product descriptions, shopping cart management, payment processing, order tracking, and onboarding screens.
- Onboarding: Introduction screens to guide new users through the app's features.
- Product Browsing: Users can browse products, view details, and shop by category.
- Shopping Cart: Add, update, and remove items from the cart.
- Payment Processing: Add and manage payment methods securely.
- Order Tracking: Track the status of current and past orders.
-
Clone the repository:
git clone https://github.com/Ahmad-Nour-Haidar/shopping-app.git
-
Navigate to the project directory:
cd shopping-app
-
Install dependencies:
flutter pub get
-
Run the application:
flutter run
We welcome contributions to enhance the Shopping Food App. Here’s how you can help:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of the feature"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
Please ensure your pull request adheres to the following guidelines:
- Describe the feature or fix in detail.
- Ensure the code follows the existing style and conventions.
- Include screenshots or demos of the new feature or fix if applicable.
This project is licensed under the MIT License. See the LICENSE file for details.