An open source app by DinDonDan to display catholic mass daily readings.
This app is based on Flutter framework and relies on Firebase Cloud Firestore for data sourcing. In order to build your own version:
- Set up Flutter as explained in the documentation
- Set up a Firebase account and register your app following the official guide. You will be provided a configuration file for each platform to insert into the project folder.
- Populate your Cloud Firestore database (that can be accessed from Firebase Console) with the readings data, according the data format illustrated in ReadingsRepository.dart.