flutter_event_component_system 0.0.1
flutter_event_component_system: ^0.0.1 copied to clipboard
Powerful Event-Component-System state management for Flutter. Promotes clean architecture, testability, and includes visual debugging with Inspector
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_event_component_systemWith Flutter:
$ flutter pub add flutter_event_component_systemThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_event_component_system: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_event_component_system/flutter_event_component_system.dart';