deeplink_rpc 1.0.4 copy "deeplink_rpc: ^1.0.4" to clipboard
deeplink_rpc: ^1.0.4 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 Dart:

 $ dart pub add deeplink_rpc

With Flutter:

 $ flutter pub add deeplink_rpc

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

dependencies:
  deeplink_rpc: ^1.0.4

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:deeplink_rpc/deeplink_rpc.dart';
3
likes
0
points
444
downloads

Publisher

verified publisherarchethic.net

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, flutter, freezed_annotation, json_annotation, url_launcher, uuid

More

Packages that depend on deeplink_rpc