An open API service indexing awesome lists of open source software.

https://github.com/binos30/foodie

A social recipe app to keep track of new dishes, and share with friends
https://github.com/binos30/foodie

cross-platform dart flutter flutter-app flutter-apps recipe-app social social-app

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Foodie

[![Created Badge](https://badges.pufler.dev/created/binos30/foodie)](https://badges.pufler.dev)
[![Updated Badge](https://badges.pufler.dev/updated/binos30/foodie)](https://badges.pufler.dev)

A social recipe app.

## Getting Started

1. Install [Flutter SDK](https://docs.flutter.dev/get-started/install) if you don't have it installed.

2. Clone this repo.

```bash
git clone https://github.com/binos30/foodie.git
```

3. Install dependencies.

```bash
flutter pub get
```

4. Run the app in Android Studio, VS Code, or the command line:

```bash
flutter run
```

For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), 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](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).

## 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](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)