pyrx_synapse 0.2.0
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_synapseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pyrx_synapse: ^0.2.0Alternatively, 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';