remote_value 0.1.1 copy "remote_value: ^0.1.1" to clipboard
remote_value: ^0.1.1 copied to clipboard

Package that implement remote value abstraction and add cubit to mange it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_value

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

dependencies:
  remote_value: ^0.1.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:remote_value/remote_value.dart';
0
likes
120
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Package that implement remote value abstraction and add cubit to mange it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, blop, flutter, freezed_annotation, hive, massa_utils

More

Packages that depend on remote_value