flutter_pear 0.2.0-dev.1
flutter_pear: ^0.2.0-dev.1 copied to clipboard
Dart-idiomatic Flutter API for the Pear P2P stack (Hyperswarm, Hypercore, Hyperbee, Hyperdrive, Autobase, blind pairing) over a bundled Bare worklet.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_pearWith Flutter:
$ flutter pub add flutter_pearThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_pear: ^0.2.0-dev.1Alternatively, 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:flutter_pear/flutter_pear.dart';