state_set 3.6.0+6 copy "state_set: ^3.6.0+6" to clipboard
state_set: ^3.6.0+6 copied to clipboard

outdated

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

3.6.0+06 #

September 24, 2022

  • Deprecated 'refresh'. Use setState() instead--a recognized Flutter function.
  • Updated example app

3.5.0 #

May 13, 2022

  • class InheritedWrap for targeted and independent rebuilds

3.4.0 #

April 04, 2022

  • Removed ill-conceived InheritedWidget implementation.
  • Removed unnecessary functions, builder() and attachStateSet()
  • Removed confusing functions, rebuild(), notifyClients(), notifyListeners()
  • sdk: ">=2.16.2 <3.0.0"

3.3.1 #

March 30, 2022

  • Implement void activate() with _addThisState();
  • sdk: ">=2.16.1 <3.0.0"

3.3.0 #

January 06, 2022

  • Changed Map<Type, Type> _stateWidgets to Map<Type, StateSet> _stateWidgets
  • _stateWidgets.isEmpty ? null : _stateWidgets.value
  • StateSet._stateOf(this); to StateSet.stateIn(this);
  • void deactivate() { /// In case of 'hot reload' and State object is re-created.
  • Introduced example app
  • sdk: ">=2.15.0 <3.0.0"

3.2.0 #

July 29, 2021

  • StateSet? stateOf(); bool setStateOf(VoidCallback fn) for extension on StatefulWidget

3.1.0 #

July 16, 2021

  • Retrieve State object used by the specified StatefulWidget object

3.0.1 #

June 23, 2021

  • Deprecated StateSetWidget. Proven insufficient.

3.0.0 #

April 09, 2021

  • Null Safety
  • Introduces mixin, StateSetWidget

2.2.0 #

February 27, 2021

  • Introduce notifyListeners(), notifyClients()

2.1.0+2 #

February 25, 2021

  • Introduced _SetStateInheritedWidget
  • flutter format .

2.0.0 #

February 14, 2021

  • StateBloc takes in Type of StatefulWidget and not State

1.0.0+7 #

February 13, 2021

  • Description in pubspec.yaml
  • Rename _SecondPageState to _SecondScreenState
  • Updated README.md file

1.0.0 #

February 12, 2021

  • Removed ?. operator
  • Add print() to State object
  • Updated README.md file
  • Initial publication of the app

0.1.0 #

February 11, 2021

  • Initial commit
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