pyrx_synapse_android 0.2.0 copy "pyrx_synapse_android: ^0.2.0" to clipboard
pyrx_synapse_android: ^0.2.0 copied to clipboard

PlatformAndroid

Android implementation of the PYRX Synapse Flutter SDK. Bridges Dart calls to the published `tech.pyrx.synapse:synapse-core` and `:synapse-push` Kotlin SDKs from Maven Central, and forwards the SDK's [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pyrx_synapse_android

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

dependencies:
  pyrx_synapse_android: ^0.2.0

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:pyrx_synapse_android/pyrx_synapse_android.dart';
0
likes
140
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation of the PYRX Synapse Flutter SDK. Bridges Dart calls to the published `tech.pyrx.synapse:synapse-core` and `:synapse-push` Kotlin SDKs from Maven Central, and forwards the SDK's SharedFlow<PyrxEvent> observer surface to Dart through Pigeon-generated event channels.

Repository (GitHub)
View/report issues

Topics

#pyrx #synapse #android #push-notifications

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, pyrx_synapse_platform_interface

More

Packages that depend on pyrx_synapse_android

Packages that implement pyrx_synapse_android