summaryrefslogtreecommitdiff
path: root/lib/data.dart
AgeCommit message (Collapse)Author
2026-01-10Re-introduce timer-based state togglingxengineering
This is now done with the refactored code organization and a strict UI / data split.
2026-01-10Move state to data.dartxengineering
The UI should not store the application logic state.
2026-01-05Split code into three Dart filesxengineering
This follows recommendations [1] from the flutter documentation. [1]: https://docs.flutter.dev/app-architecture/concepts