Time Tracking app with Flutter is a reference time-tracking application built with Flutter, Firebase, and Riverpod Architecture. It demonstrates how a production-style Flutter project can separate application responsibilities while using modern state-management patterns. Users can authenticate with email and password and create, edit, view, or delete private jobs. Each job can contain timed work entries with start times, end times, and optional comments. A reporting screen summarizes daily jobs, hours worked, calculated pay, and totals. Firestore stores the application data and synchronizes it across devices, while Riverpod, GoRouter, Firebase Auth, and supporting packages demonstrate a structured Flutter application stack.
Features
- Email and password authentication
- Job creation and management
- Time entry tracking
- Daily hours and pay reports
- Cloud Firestore synchronization
- Riverpod-based application architecture