getbloc 1.2.0
getbloc: ^1.2.0 copied to clipboard
Create GetX Controllers with Events and/or States, instead using Provider as the bloc library uses, GetBloc uses GetX.
1.2.0 - 2021-07-25 #
- Update Get Version;
- Fix ObxExtension.
1.1.0 - 2021-06-13 #
- Add Observer Widget;
- Add BaseController Obx Extension;
- Fix a counter example link in README.
1.0.0 - 2021-06-09 #
- Add unit tests;
- Add pedantic linter;
- Separate test library from getbloc.
0.0.7 - 2021-06-07 #
- Fix onChange method.
0.0.6 - 2021-06-03 #
- Fix Controller formatting according to dartfmt;
- Add better pubspec description;
- Add a README description.
0.0.5 - 2021-06-03 #
- Add Example Project;
- Add Observer and Transform Controllers.
0.0.1 - 2021-05-31 #
- BLoC pattern in GetX.