Typing in the edit sheet ran heavy DB work on every keystroke: a SQL LIKE search on the species field, and a full species-catalog load plus O(n^2) label matching on the name field. That made typing laggy. Debounce both lookups (250ms) so they only run once the grower pauses, and drop stale results with a per-field query counter so an earlier response can't flicker an outdated suggestion back in. |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| drift_schemas | ||
| fastlane/metadata/android | ||
| fonts | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| test | ||
| tool | ||
| 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.