Find and share free food events on campus.
Free food finders is a working prototype for my HCI class. I wrote it in Dart using the Flutter framework for cross platform support. This was my first time using Dart and Flutter. As this is just a prototype, the app simply uses a jsonstore bucket for quick and dirty data storage across clients. By replacing this with our own database and performing efficient data queries, this app could be deployed.
The prototype targets three features:
I preferred using Flutter to vanilla Android development, and I will probably use it again in the future.