remote_state 1.0.0 copy "remote_state: ^1.0.0" to clipboard
remote_state: ^1.0.0 copied to clipboard

outdated

Tools for mapping data from remote sources in Dart, similar to Elm's RemoteData.

Unreleased #

1.0.0 - 2020-05-05 #

Added #

  • add flutter_hooks example.
  • add docs for state predicates
  • updated examples
  • removed empty, added stacktrace to error, added predicates

Changed #

  • state notifier hook per suggestions.

Documented #

  • removed empty from docs

BREAKING CHANGE #

empty is no longer supported because it is not considered a valid remote state.

v0.19.0 - 2020-04-21 #

Fixed #

  • bad documentation

v0.18.0 - 2020-04-21 #

Added #

  • more documentation to readme
  • document public apis & hide constructors
  • readme health, usage & maintainer sections

Changed #

  • state notifier example

v0.17.0 - 2020-04-21 #

Added #

  • example in packages/remote_state

Fixed #

  • add gitignore to packages/remote_state

v0.16.0 - 2020-04-21 #

Fixed #

  • move changelog and add better package description

v0.15.0 - 2020-04-21 #

Fixed #

  • space in publish.yml

[v0.14.0] - 2020-04-21 #

Added #

  • git-chglog configuration
  • add script to prepare release
  • add publish github action
  • add code coverage
  • add more tests & coverage
  • add github action to build packages
  • add bloc example
  • add provider example

Changed #

  • add name to coverage step
  • same text styles in examples
  • simplify examples
  • rename state notifier example to counter_state_notifier
  • move remote_state into packages & example into examples
  • remove android & ios generated files
  • use StateNotifier instead of ValueNotifier

Fixed #

  • update working directory in github action

Removed #

  • flutter dependency remote_state package
7
likes
0
pub points
0%
popularity

Publisher

verified publishercancode.dev

Tools for mapping data from remote sources in Dart, similar to Elm's RemoteData.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

freezed_annotation

More

Packages that depend on remote_state