isolate_bloc 0.4.1 copy "isolate_bloc: ^0.4.1" to clipboard
isolate_bloc: ^0.4.1 copied to clipboard

outdated

A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.

0.4.1 #

  • Fix web s

0.4.0+1 #

  • Fix dependencies.

0.4.0 #

  • Add platform channels (MethodChannel) support.

0.3.1 #

  • Move initializeMock function to isolate_bloc_test library.

0.3.0 #

  • Add flutter web support.
  • Update readme.

0.2.0 #

  • Add initializeMock function for testing.
  • Delete getBloc function and rename getBlocWrapper to getBloc.

0.1.2 #

  • Add and update documentation for everything.

0.1.1 #

  • Add Weather app example.
  • Now context extension for IsolateBlocProvider have second generic type with state info context.isolateBloc<BlocA, BlocAState>()

0.1.0 #

  • Add tests.
  • Add getBloc and getBlocWrapper for in Isolate DI.
  • Add MultiIsolateBlocProvider and IsolateBlocConsumer widgets.
  • Make better description in the README.md.
  • Change some APIs.

0.0.1 #

  • Initial version.
43
likes
40
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A dart package that helps implement the BLoC pattern. BLoC works in Isolate and don't slow down UI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, nested, provider, uuid

More

Packages that depend on isolate_bloc