mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-18 04:08:48 -05:00
e9049ef923
- Add lib/main.dart entry point with proper routing setup - Create Timer model (lib/data/models/timer.dart) with toJson support - Enhance ApiClient with all required API methods: * Timer operations (getTimerStatus, startTimer, stopTimer) * Time entry operations (CRUD) * Project and task operations - Add toJson() methods to TimeEntry and Timer models - Fix splash screen auth check to use async methods properly - Add missing provider methods (getElapsedTime, checkTimerStatus, loadTimeEntries) - Update .gitignore to allow tracking mobile/lib/ directory Fixes build error: 'Target file lib/main.dart not found' when running flutter build apk --release or flutter build ios --release