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

Official PYRX Synapse SDK for Flutter — push notifications, identity, and event tracking on iOS and Android. Wraps the published native SDKs and surfaces a single typed Dart API plus a Stream<PyrxEven [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pyrx_synapse

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

dependencies:
  pyrx_synapse: ^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/pyrx_synapse.dart';
0
likes
140
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Official PYRX Synapse SDK for Flutter — push notifications, identity, and event tracking on iOS and Android. Wraps the published native SDKs and surfaces a single typed Dart API plus a Stream<PyrxEvent> for push, identity, and queue lifecycle events.

Repository (GitHub)
View/report issues

Topics

#push-notifications #analytics #notifications #pyrx #synapse

License

MIT (license)

Dependencies

flutter, meta, pyrx_synapse_android, pyrx_synapse_ios, pyrx_synapse_platform_interface

More

Packages that depend on pyrx_synapse

Packages that implement pyrx_synapse