Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.12 KB

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