deeplink_rpc 1.1.0 copy "deeplink_rpc: ^1.1.0" to clipboard
deeplink_rpc: ^1.1.0 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
copied to clipboard

With Flutter:

 $ flutter pub add deeplink_rpc
copied to clipboard

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

dependencies:
  deeplink_rpc: ^1.1.0
copied to clipboard

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';
copied to clipboard
3
likes
120
points
614
downloads

Publisher

verified publisherarchethic.net

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)
Contributing

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

archive, freezed_annotation, json_annotation, logging, url_launcher, uuid

More

Packages that depend on deeplink_rpc