set_state 1.1.0+4 copy "set_state: ^1.1.0+4" to clipboard
set_state: ^1.1.0+4 copied to clipboard

discontinued
outdated

A subclass of the State object placed in a static collection.

set_state #

A subclass of the State object placed in a static collection.

Installing

I don't always like the version number suggested in the 'Installing' page. Instead, always go up to the 'major' semantic version number when installing my library packages. This means always entering a version number trailing with two zero, '.0.0'. This allows you to take in any 'minor' versions introducing new features as well as any 'patch' versions that involves bugfixes. Semantic version numbers are always in this format: major.minor.patch.

  1. patch - I've made bugfixes
  2. minor - I've introduced new features
  3. major - I've essentially made a new app. It's broken backwards-compatibility and has a completely new user experience. You won't get this version until you increment the major number in the pubspec.yaml file.

And so, add this to your pubspec.yaml file instead:

dependencies:
  set_state:^1.0.0

For more information on this topic, read the article, The importance of semantic versioning.

Example App #

Turn to the supplied example app to learn how to use this package. exampleBlocs

The Business side of the SetState object #

Use the mixin, StateBloc, to readily access the underlying 'state object.' As you can see the class, _CounterBloc, below is the parent class of those above. counterBloc

0
likes
30
pub points
34%
popularity

Publisher

verified publisherandrioussolutions.com

A subclass of the State object placed in a static collection.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on set_state