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
- Host: GitHub
- URL: https://github.com/binos30/foodie
- Owner: binos30
- License: mit
- Created: 2023-07-29T06:45:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:56:02.000Z (3 months ago)
- Last Synced: 2025-03-08T06:28:06.267Z (3 months ago)
- Topics: cross-platform, dart, flutter, flutter-app, flutter-apps, recipe-app, social, social-app
- Language: Dart
- Homepage: https://binos30.github.io/foodie-web/
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foodie
[](https://badges.pufler.dev)
[](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)