rvoortman / seasoncalendar

A seasonal foods calendar app written in Dart using Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seasonal Foods Calendar

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.

Get it on F-Droid Get it on Google Play

I aim at continuously extending the languages and regions supported!

  • Supported Languages: German, English, French, Spanish, Polish
  • Supported Regions: Central Europe

Screenshots

scr1 scr2

Features

There certainly are similar apps out there, especially within the German-speaking community.

However some distinguishing features are:

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

Asset Sources

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).

Building it Yourself

  1. Clone the repo
  2. flutter pub get
  3. flutter update-packages
  4. flutter build apk --debug --flavor <flavor> or flutter build apk --release --flavor <flavor>

(replace <flavor> with googleplay for the Google Play version, foss for the full version)

About

A seasonal foods calendar app written in Dart using Flutter.

License:GNU General Public License v3.0


Languages

Language:Dart 94.0%Language:Python 5.0%Language:Ruby 0.6%Language:Kotlin 0.4%