Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubk/recipie
A simple offline-first Flutter app to manage cooking recipes
https://github.com/kubk/recipie
flutter recipe-app sqlite
Last synced: about 22 hours ago
JSON representation
A simple offline-first Flutter app to manage cooking recipes
- Host: GitHub
- URL: https://github.com/kubk/recipie
- Owner: kubk
- Created: 2021-07-28T11:31:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T12:36:00.000Z (over 3 years ago)
- Last Synced: 2024-11-23T05:42:19.442Z (2 months ago)
- Topics: flutter, recipe-app, sqlite
- Language: Dart
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipie
A simple offline-first Flutter application to manage cooking recipes.
### Features
- Create / edit recipe's title, description, ingredients, cooked status, clickable recipe URL
- Create / edit recipe category
- Recipe image picker
- Recipe search with partial matches
- Recipes grid### Implementation details
- Recipes are saved locally into SQLite database
- Images are saved into project directory
- Network images are cached### Build
- flutter build apk