InventoryCubit subscribed to watchInventory() and watchDrafts() separately — two overlapping StreamGroups (both watching attachments) re-emitted in a tight loop that starved the event loop and hung widget tests' pumpAndSettle for 10+ minutes (home/inventory/quick-add all timed out). Replace both with a single watchInventoryView() stream that loads the catalogued list and the draft tray from one StreamGroup. Full widget suite no longer hangs: 165 pass. One unrelated failure remains in the v8 variety edit sheet (Save button pushed off-screen by new fields). |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| drift_schemas | ||
| fonts | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| build.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.