state_set 2.2.0 state_set: ^2.2.0 copied to clipboard
Collects State Objects by type into a Map object for realiable access across the app.
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