Skip to content
/ foodie Public

A social recipe app to keep track of new dishes, and share with friends

Notifications You must be signed in to change notification settings

binos30/foodie

Repository files navigation

Foodie

A social recipe app.

Getting Started

  1. Install Flutter SDK if you don't have it installed.

  2. Clone this repo.

git clone https://github.com/binos30/foodie.git
  1. Install dependencies.
flutter pub get
  1. Run the app in Android Studio, VS Code, or the command line:
flutter run

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps