resource_bloc 0.1.0-dev.7 copy "resource_bloc: ^0.1.0-dev.7" to clipboard
resource_bloc: ^0.1.0-dev.7 copied to clipboard

Specialized Bloc for managing data backed by both local and remote sources

0.1.0-dev.1 - 0.1.0-dev.6 #

  • Initial release of Resource Bloc

    • A specialized Bloc for managing data backed by both local and remote sources.
    • BaseResourceBloc provides the base functionality for resource blocs
    • ResourceBloc provides additional features such as .reload(), key setters, and other non-core functionality.
  • 0.1.0-dev.6 #

    • Added SnapshotState as super type of ResourceState. The snapshot doesn't include the key since this is more of a detail for resource blocs.
  • 0.1.0-dev.7 #

    • Ensure nullable values are supported
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Specialized Bloc for managing data backed by both local and remote sources

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, equatable, meta, rxdart

More

Packages that depend on resource_bloc