DEV Community

Discussion on: Cache API Integration with HydratedBLoC in Flutter (Source Codes Included)

Collapse
 
imransefat profile image
Imran Sefat

hydrated_bloc exports a Storage interface which means it can work with any storage provider. Out of the box, it comes with its own implementation: HydratedStorage.

HydratedStorage is built on top of hive for a platform-agnostic, performant storage layer. See the complete example for more details.

Copied from pub.dev

See the details here: pub.dev/packages/hydrated_bloc