airship_flutter 5.5.0 copy "airship_flutter: ^5.5.0" to clipboard
airship_flutter: ^5.5.0 copied to clipboard

outdated

The Airship flutter plugin. This package implements a cross-platform plugin interface to Airship's iOS and Android native SDKs. This allows core Airship functionality to be implemented by Flutter apps [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add airship_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  airship_flutter: ^5.5.0

Alternatively, 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:airship_flutter/airship_flutter.dart';
12
likes
0
pub points
90%
popularity

Publisher

verified publisherairship.com

The Airship flutter plugin. This package implements a cross-platform plugin interface to Airship's iOS and Android native SDKs. This allows core Airship functionality to be implemented by Flutter apps written in dart. The available core Airship functionality currently includes: push, in-app message, message center, actions, custom events and more.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on airship_flutter