stated_result 0.2.0-preview.4 copy "stated_result: ^0.2.0-preview.4" to clipboard
stated_result: ^0.2.0-preview.4 copied to clipboard

outdated

A bloc that accepts async source as input

Change Log #

[0.2.0-preview.4] - 2021-03- #

  • Rename Busy to Waiting
  • Add documents for stated_result_builder
  • Add tests for stated_result_builder
  • Rename all result builders' default builder property from valueBuilder to builder
  • Add new .from conversion factory method to convert StatedResult from one to another
  • Add updateWith on AsyncStatedResult
  • Add captureResult to Cubit and ValueNotifier
  • Update updateWith parameter type on Cubit and ValueNotifier
  • Remove updateWithAsync method
  • Added FutureResultBuilder to consume future directly

[0.2.0-preview.3] - 2021-03-20 #

  • Refactor code
  • Improve test coverage
  • Improve document quality
  • Improve naming
  • Introduce BlankableBuilder to handle empty list or nullable value

[0.2.0-preview.2] - 2021-03-19 #

  • Try to export features into different libraries

[0.2.0-preview.1] - 2021-03-19 #

  • Reshape Project and rename project from async_bloc to stated_result

[0.1.1] - 2021-03-18 #

  • Added ValueNotifier and ListenableBuilder integration

[0.1.0] - 2021-03-18 #

  • First release