Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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