task run show a window. Empty, but at least a window.

This commit is contained in:
Thomas Güttler
2026-04-17 22:20:10 +02:00
parent 6621f434fa
commit f0d3d9e6a2
11 changed files with 41 additions and 204 deletions
+7 -3
View File
@@ -19,15 +19,19 @@
## Running
Flutter build dependencies (libgtk-3-dev, libepoxy-dev, libsecret-1-dev, etc.) are installed via apt — see the Flutter Linux docs. The nix dev shell provides only tools: `task`, `fvm`, `stalwart-mail`.
Enter the nix dev shell first: `nix develop`
```bash
# Code generation (must run after schema changes)
dart run build_runner build --delete-conflicting-outputs
task codegen
# Desktop
flutter run -d linux
task run
# Tests
flutter test
task test
```
## Adding a screen