synced_bloc 1.0.1 copy "synced_bloc: ^1.0.1" to clipboard
synced_bloc: ^1.0.1 copied to clipboard

A bloc (https://pub.dev/packages/bloc) that is synced across platform channels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add synced_bloc

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

dependencies:
  synced_bloc: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:synced_bloc/synced_bloc.dart';
0
likes
160
points
20
downloads

Publisher

verified publishermartinsellergren.dev

Weekly Downloads

A bloc (https://pub.dev/packages/bloc) that is synced across platform channels.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on synced_bloc