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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blocsync

With Flutter:

 $ flutter pub add blocsync

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  blocsync: ^0.0.1-dev.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:blocsync/blocsync.dart';
0
likes
140
points
125
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