airsignal_flutter 0.5.0
airsignal_flutter: ^0.5.0 copied to clipboard
Flutter SDK for Airsignal push notifications. Thin Dart facade; native Android owns push delivery, HTTP, and persistence. iOS support is stubbed for a future release.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add airsignal_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
airsignal_flutter: ^0.5.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:airsignal_flutter/airsignal_flutter.dart';