The App provides a workout plan for 10K, Half Marathon & Marathon build with Flutter using different architectural concepts and tools.
- Change Notifier + Provider - Uses the ChangeNotifier class from Flutter with provider package now recommended by the Flutter team.
- Firebase - Using Firestore as a backend.
- SQLite - Using SQLite as a backend.