bloc_network 2.0.0
bloc_network: ^2.0.0 copied to clipboard
A dart package to bootstrap using bloc state management for network requests.
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