dartway_push_rustore 0.1.0
dartway_push_rustore: ^0.1.0 copied to clipboard
RuStore push transport for DartWay: tokens, the Android 13 permission prompt, notification rendering for data-only messages and taps, behind the dw.plugins.push contract.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dartway_push_rustoreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dartway_push_rustore: ^0.1.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:dartway_push_rustore/dartway_push_rustore.dart';