The 'giving all with payment and promise' widget test awaited repo.watchSales().first / watchPlantares().first in its body. A Drift stream's .first never completes under the widget-test fake-async clock (pumpAndSettle has already returned, so dart_test.yaml's per-test timeout can't bound it), so the test hung to the framework's 10-min hard cap. - Read the recorded sale/plantare with one-shot db.select(...).get() queries instead (same filter, resolves fine under fake-async) — the suite now passes in ~1s. - Add a pure-Dart guard test that scans test/ui/ and fails loudly if any awaited watchX().first reappears, so this stops being recurrent. |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| drift_schemas | ||
| fastlane/metadata/android | ||
| fonts | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| test | ||
| tool | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| build.yaml | ||
| dart_test.yaml | ||
| pubspec.yaml | ||
| README.md | ||
| slang.yaml | ||
tane
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.