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
Libraries
- levit
- The foundational kit for building application logic with Levit.