Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 3.58 KB

README.md

File metadata and controls

102 lines (65 loc) · 3.58 KB

Flutter Pizza Admin Web App

A Flutter web application that enables the admins of the pizza delivery app to add items to it, with user authentication handled through Firebase.

This repository contains additional features for the Flutter pizza delivery app in the Flutter Pizza App repository.

Table of Contents

  1. Getting Started
  2. Usage
  3. Contributing
  4. Contact

Getting Started

These instructions will help you set up and run the Flutter application locally on your device.

Prerequisites

  • Flutter SDK: Make sure you have Flutter installed on your system. You can follow the instructions here to install Flutter.
  • IDE: Choose an IDE for Flutter development. Popular choices include Android Studio, Visual Studio Code, and IntelliJ IDEA.
  • Git: Make sure you have Git installed on your device to clone the repository. (This step is optional, in case you are downloading the ZIP file or not contributing to the repository).

Installation

NOTE: Install the Flutter SDK first.

  • If you haven't installed Flutter SDK yet, download it from the official Flutter website.
  • Extract the downloaded ZIP file to a location on your computer.
  • Add the flutter/bin directory to your system's PATH to access the Flutter commands globally.

  1. Clone this repository:

    Open your terminal or command prompt and navigate to a directory (If running this app on an iOS device, make sure you clone this repository to a directory that does not sync with the cloud) where you want to clone the repository. Then, run the following command:

    git clone https://github.com/NehangPatel23/flutter-pizza-admin-app.git

  1. Navigate to the project directory and install the dependencies:

    Flutter projects have certain dependencies that need to be installed before the application can be run. In the project directory, run the following command to install the dependencies specified in the pubspec.yaml file:

    cd flutter-pizza-admin-app
    flutter pub get
  2. Open the project in your IDE.

    Open your chosen IDE and open the project directory. You can install the Flutter and Dart extensions for a smoother development experience.

    For example, if you're using Visual Studio Code, you can open the project by running:

    code .
  3. Run the app:

    Run the following command to build and launch the app on the web, such as through Google Chrome.

    flutter run

Usage

The usage information about this web app can be found in the Flutter Pizza App repository.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes. Please adhere to the following guidelines:

  • Describe your changes in detail and provide a clear explanation of the problem you're solving.
  • Make sure your code follows the project's coding style and conventions.
  • Test your changes thoroughly to ensure they don't introduce any new issues.

Contact

If you have any questions, feedback, or suggestions regarding this project, please feel free to contact me via email at [email protected].