bloc_network 2.1.1
bloc_network: ^2.1.1 copied to clipboard
A dart package to bootstrap using bloc state management for network requests.
2.1.1 #
- hotfix: exceptions not being caught correctly for error states
2.1.0 #
- Dont consider
extra
as part of equatable props in success states - Fix codebase lint issues
2.0.0 #
- Bump bloc to ^9.0.0
- Bump equatable to ^2.0.7
- Bump meta to ^1.16.0
- Enhance success state to support
extra
parameter
1.0.1 #
- downgrade
meta
package to conform with flutter version3.13.4
1.0.0 #
Initial release of the package. Includes ability to bootstrap:
- query-like network operations by sub-classing
QueryBloc
orQueryCubit
- mutation-like network operations by sub-classing
MutationBloc
orMutationCubit