state_set 1.0.0+3 copy "state_set: ^1.0.0+3" to clipboard
state_set: ^1.0.0+3 copied to clipboard

outdated

Collects State Objects by type into a Map object for realiable access across the app.

The StateSet Mixin #

Find the right State object to call its setState*()* Collects State Objects by type into a Map object for realiable access across the app.

Installing #

I like the version number suggested on the Installing page. In most cases, always go up to the 'major' semantic version number. In your pubspec.yaml file, typin in 'major' semantic version number followed by two trailing zero like so: '.0.0'

dependencies:
 set_state: ^ 1.0.0

This package has extensive documentation in the medium article, A Mixin For State Objects: The screenshot below one of the State classes that make up this example app. It reveals how a State object is incorporated into the StateSet class for ready access. It just takes applying the mixin, StateSet. That's it.

3
likes
0
pub points
75%
popularity

Publisher

verified publisherandrioussolutions.com

Collects State Objects by type into a Map object for realiable access across the app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on state_set