task_board demonstrates a practical feature-level Flutter flow using Levit with scoped controller ownership and reactive UI updates.
The example focuses on:
- Controller lifecycle ownership via scoped registration.
- Reactive list mutation with derived selection/filtering state.
- Rebuild control using both
LWatchand selector-focused builders.
flutter pub get
flutter run- Keep controller ownership local to feature scope.
- Prefer selector-based rebuilds on hot render paths.
- Maintain explicit mutation and derivation boundaries.