This directory contains runnable reference applications that demonstrate package boundaries and recommended integration patterns across the Levit ecosystem.
Examples are responsible for:
- Showing practical composition of
levit_scope,levit_reactive, and Flutter bindings. - Demonstrating production-oriented patterns at increasing complexity.
- Providing runnable validation targets for documentation and onboarding.
Examples are not API specifications. Inline DartDoc and package READMEs remain authoritative.
task_board: CRUD workflow with selectors, scoped controllers, and reactive list updates.async_catalog: async status modeling with loading/error/success transitions.scope_playground: nested scope isolation and deterministic disposal behavior.nexus_studio: advanced end-to-end client/server/shared architecture reference.
cd examples/task_board
flutter pub get
flutter run