pyrx_synapse_android 0.2.0
pyrx_synapse_android: ^0.2.0 copied to clipboard
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_androidThis 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.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_android/pyrx_synapse_android.dart';