Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resource Bloc

A specialized Bloc for managing data backed by both local and remote sources.

This package helps simplify offline-first data loading patterns. Whereas a normal Bloc is typically used to manage a single feature, a Resource Bloc is typically used to manage a single resource that exists on a remote server but can be saved in a local database on the client.

Inspired by Kotlin Store and the NetworkBoundResource pattern in the Android App Architecture guide, but with the semantics of the BLoC design pattern.

TLDR

TO FOLLOW


This library is still under active development. Use at your own risk!

About

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

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages