push_restapi_dart 0.2.5-alpha push_restapi_dart: ^0.2.5-alpha copied to clipboard
Push SDK provides an abstraction layer to integrate Push protocol features with your Frontend as well as Backend.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add push_restapi_dart
With Flutter:
$ flutter pub add push_restapi_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
push_restapi_dart: ^0.2.5-alpha
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:push_restapi_dart/push_restapi_dart.dart';