summaryrefslogtreecommitdiff
path: root/lib/ui.dart
AgeCommit message (Collapse)Author
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