Hi everybody!
The last few weeks I wrote a little app to scratch a personal itch: planning what to eat for me and my family. I'd like to present to you what I came up with: speisen.verleih-es.de
- Using Flutter so I have an Android App, Linux and Windows desktop application and a web app from the same source,
-;Using CRDT data types the application is offline first but can (currently) sync without a dedicated backend to NextCloud (if CORS allows) and to Google Drive (using OAuth2, more backends are planned),
- Some of the features: purchase list, manage your recipes, plan your meals for certain days.<p>Hope you like it!