levit_dart_core 0.0.7 copy "levit_dart_core: ^0.0.7" to clipboard
levit_dart_core: ^0.0.7 copied to clipboard

The core framework for pure Dart applications. Aggregates dependency injection and reactivity.

0.0.7 #

  • Bumped version to 0.0.7

0.0.6 #

Breaking Changes #

  • REMOVED LevitState. Replaced with LevitStore.
    • API remains largely similar but class name and semantics have shifted to "Store".

New Features #

  • Enhanced LevitRef:
    • Added ref.put(), ref.lazyPut(), and ref.lazyPutAsync() allowing full DI registration capabilities directly from within a store/controller definition.

0.0.5 #

  • Production-ready documentation (Effective Dart compliance)
  • Added topics to pubspec for improved discoverability
  • Performance and stability improvements

0.0.4 #

  • Optimized Zone.current lookups for auto-linking (fast-path when no capture is active).
  • Integrated with unified LevitReactiveMiddleware system.
  • Renamed LevitScopeMiddleware.onInit to onDependencyInit.
  • Improved controller lifecycle management and async initialization.

0.0.3 #

  • Linting fixes and dependencies update.

0.0.2 #

  • Added example project.

0.0.1 #

  • Initial release.
1
likes
160
points
241
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The core framework for pure Dart applications. Aggregates dependency injection and reactivity.

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #dependency-injection #framework

License

MIT (license)

Dependencies

levit_reactive, levit_scope, meta

More

Packages that depend on levit_dart_core