blocsync 0.0.1-dev.3 copy "blocsync: ^0.0.1-dev.3" to clipboard
blocsync: ^0.0.1-dev.3 copied to clipboard

A bloc that syncs its state to the cloud.

BlocSync #

A package for syncing data between multiple devices.

Features #

  • Uses hydrated bloc to cache locally.
  • Uploads states to server for in-cloud caching.

Usage #

Visit the docs for information, but here's a quick example:

import 'package:blocsync/blocsync.dart';

class MyBloc extends SyncedBloc<MyEvent, MyState> {
  MyBloc() : super(MyState.initial());
}

class MyEvent {}

class MyState {}
0
likes
140
points
202
downloads

Publisher

unverified uploader

Weekly Downloads

A bloc that syncs its state to the cloud.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, http, hydrated_bloc, meta, web_socket_client

More

Packages that depend on blocsync