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 #

2.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

1.5.0 - 2020-12-09 #

Chore #

  • update dependencies

Fixed #

  • remove insecure links

1.4.0 - 2020-07-12 #

Added #

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

1.3.0 - 2020-06-26 #

Fixed #

  • added freezed_annotation back to deps

1.2.0 - 2020-06-26 #

Fixed #

  • readme example

1.1.0 - 2020-06-26 #

Added #

  • upgrade freezed dependency

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.

0.19.0 - 2020-04-21 #

Fixed #

  • bad documentation

0.18.0 - 2020-04-21 #

Added #

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

Changed #

  • state notifier example

0.17.0 - 2020-04-21 #

Added #

  • example in packages/remote_state

Fixed #

  • add gitignore to packages/remote_state

0.16.0 - 2020-04-21 #

Fixed #

  • move changelog and add better package description

0.15.0 - 2020-04-21 #

Fixed #

  • space in publish.yml

0.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
130
points
85
downloads

Publisher

verified publishercancode.dev

Weekly Downloads

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

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

freezed_annotation, meta

More

Packages that depend on remote_state