tagged_builder 1.0.0
tagged_builder: ^1.0.0 copied to clipboard
TaggedBuilder is a lightweight, flexible Flutter state management solution that uses tags to identify and track state changes, making your code clearer, more modular, and easier to maintain.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tagged_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tagged_builder: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tagged_builder/tagged_builder.dart';