The official app for Dev Fest Levante 2019 written in Flutter.
The app is divided in 3 main sections:
All Talks, Speakers and FAQ are hosted on Cloud Firestore.
You can find more about our data structure in lib/repository folder classes.
We use Firebase Authentication to authenticate users and sync bookmarks for each one.
We also added Cloud messaging and deployed some code on Cloud Functions to send and manage user notifications. You can find all in the /functions folder.
DevFest Levante 2019 was made by Corouteam, a small team at GDG Bari.
The code is shared under Apache 2.0. Feel free to fork the project and use it for your event!