An offline open source (GPLv3) recipes manager in flutter, built with Isar
This application allows you to add, edit, search and display your own recipes in your native language, all of this with local storage (no internet required at all!).
The goal is to replace the gourmet recipes manager that is unfortunately not maintained anymore. Import from gourmet recipes manager will be available later.
As a bonus, this should work on all platforms (ios,android,web,macos,linux and maybe windows). However due to lack of time, first release will be focused on macos. Feel free to help!
New in v2: nutritional informations are automatically generated (for EN and FR only)! Source: Santé Canada (Fichier canadien sur les éléments nutritifs, 2015)-> https://www.canada.ca/fr/sante-canada/services/aliments-nutrition/saine-alimentation/donnees-nutritionnelles/fichier-canadien-elements-nutritifs-fcen-2015.html. This is all done on-device with no internet access required.
Note: you need to choose ingredients from the drop-down menu to get the nutritional values calculated.
This is a WIP! Use at your own risks!
Supported languages:
- English
- Français
- 日本語
Documentation will come later. This is using flutter stable channel.