Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.06 KB

File metadata and controls

28 lines (19 loc) · 1.06 KB

Levit Examples

This directory contains runnable reference applications that demonstrate package boundaries and recommended integration patterns across the Levit ecosystem.

Purpose & Scope

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.

Available Examples

  • 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.

Running an Example

cd examples/task_board
flutter pub get
flutter run