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

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

Unreleased #

v2.0.0 - 2021-03-04 #

Added #

  • migrate examples to null safety
  • migrate to null safety

Chore #

  • update pubspec dart versions

Fixed #

  • update dependencies & workflow
  • version bump
  • get current version
  • use cider to manage changelog
  • meta not defined as dep

v1.5.0 - 2020-12-09 #

Chore #

  • update dependencies

Fixed #

  • remove insecure links

v1.4.0 - 2020-07-12 #

Added #

  • update docs
  • add tests
  • add guard function
  • upgrade sdk version

v1.3.0 - 2020-06-26 #

Fixed #

  • added freezed_annotation back to deps

v1.2.0 - 2020-06-26 #

Fixed #

  • readme example

v1.1.0 - 2020-06-26 #

Added #

  • upgrade freezed dependency

v1.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
110
pub points
26%
popularity

Publisher

verified publishercancode.dev

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

freezed_annotation, meta

More

Packages that depend on remote_state