tagged_builder 1.0.0 copy "tagged_builder: ^1.0.0" to clipboard
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_builder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tagged_builder: ^1.0.0

Alternatively, 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';
1
likes
125
points
1
downloads

Publisher

verified publisherselfstudio.fun

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tagged_builder