bloc_network 2.1.1 copy "bloc_network: ^2.1.1" to clipboard
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 version 3.13.4

1.0.0 #

Initial release of the package. Includes ability to bootstrap:

  • query-like network operations by sub-classing QueryBloc or QueryCubit
  • mutation-like network operations by sub-classing MutationBloc or MutationCubit
6
likes
160
points
2.99k
downloads

Publisher

verified publisherstint.co

Weekly Downloads

A dart package to bootstrap using bloc state management for network requests.

Repository (GitLab)
View/report issues

Topics

#bloc #state-management #network #http

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, meta

More

Packages that depend on bloc_network