Skip to content

AaronPeterOcen/Foodie

Repository files navigation

Foodie

Flutter

Overview

Foodie is a Flutter-based application designed to give users a list of meals that they can prepare for themselves by providing them with the list of ingredients and steps on how to make it. 🧑‍🍳 The app also allows a user to save your favorite recipes for quick access later.

Packages Used

This project uses the following Flutter packages:

Core Dependencies

Additional Dependencies

  • cloud_firestore: A Flutter plugin for Cloud Firestore, enabling you to interact with Firebase's NoSQL database.
  • firebase_auth: A Flutter plugin for Firebase Authentication, allowing users to authenticate using Firebase.
  • provider: A package for state management, providing a flexible and lightweight solution.
  • shared_preferences: A Flutter plugin for reading and writing simple key-value pairs that persist on disk.
  • image_picker: A Flutter plugin for selecting images from the gallery or taking new photos with the camera.

Dev Dependencies

  • flutter_test: A testing framework provided by Flutter to write and run tests for your Flutter application.

Installation

To install the required dependencies, run: ↪️

flutter pub get

Getting Started

To get started with this project, clone the repository and run the following commands:

git clone https://github.com/AaronPeterOcen/Foodie.git
cd Foodie
# flutter run

Run app

Start the app on your connected device or emulator:

flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published