deeplink_rpc 1.0.6 copy "deeplink_rpc: ^1.0.6" to clipboard
deeplink_rpc: ^1.0.6 copied to clipboard

A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add deeplink_rpc

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

dependencies:
  deeplink_rpc: ^1.0.6

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:deeplink_rpc/deeplink_rpc.dart';
1
likes
110
pub points
61%
popularity

Publisher

verified publisherarchethic.net

A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android).

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

archive, flutter, freezed_annotation, json_annotation, url_launcher, uuid

More

Packages that depend on deeplink_rpc