I have decided to archive the app's repository and unlist it on Google Play. I won't find the time to work on this project anymore, and I don't want to offer an app that deteriorates in quality as I struggle to keep it maintained. The app in its current version will remain available on F-Droid.
A sincere thank you to all contributors, and to the users for 5000+ installs and 2000+ peak installed audience!
A practical and easy to use app showing you which kinds of fruit, vegetables, salads etc. are in season right now.
Foods that are produced regionally are often times cheaper, tastier and better for the environment due to a shorter and more convenient transport.
There certainly are similar apps out there, especially within the German-speaking community.
However some distinguishing features are:
- Huge database
- Over 100 different kinds of foods and their availability (contribute and improve information)
- Save favorite foods
- Modern design
- No Advertisement & No Tracking (never!)
- Runs on a variety of android devices (Android 4.1 or newer)
- Multiple languages (and coming soon multiple regions)
- Free Open Source Software
Especially the open-source aspect is a main motivating factor for me to further develop this app.
Additional info can be fetched from my website: flunzmas.com/seasonal-foods-calendar
The database file assets/db/foods.db
contains all food information and their respective sources. You can open the file e.g. with the official SQLite DB Browser.
Please note that the data concerning foods' availability partly stems from lebensmittellexikon.de and thus is not subject to the GPL license. I kindly ask you to contact me before re-using the availability data (columns starting with 'av' from the file assets/db/foods.db
).
- Clone the repo
flutter pub get
flutter update-packages
flutter pub run intl_utils:generate
flutter build apk --debug --flavor <flavor>
orflutter build apk --release --flavor <flavor>
(replace <flavor>
with googleplay
for the Google Play version, foss
for the full version)