dartway_push_flutter 0.1.0
dartway_push_flutter: ^0.1.0 copied to clipboard
Push notifications for a DartWay app, reached as dw.plugins.push: token lifecycle, permissions and notification taps. Carries no vendor SDK — add dartway_push_firebase or dartway_push_rustore.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dartway_push_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dartway_push_flutter: ^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_flutter/dartway_push_flutter.dart';