levit 0.0.4
levit: ^0.0.4 copied to clipboard
Levit Dart Kit for Dart applications. Includes levit_reactive, levit_scope and levit_dart.
Levit #
The core kit for building application logic with the Levit ecosystem. It bundles and re-exports the foundational packages for reactive state management, dependency injection, and utility mixins.
Features #
- Reactive State: Powered by levit_reactive (Lx).
- Dependency Injection: Seamless scoping with levit_scope.
- Core Abstractions: Foundational building blocks from levit_dart.
Installation #
Add this to your pubspec.yaml:
dependencies:
levit: ^0.0.4
Usage #
import 'package:levit/levit.dart';
// Your application code here