flutter_apns_x 0.0.1 copy "flutter_apns_x: ^0.0.1" to clipboard
flutter_apns_x: ^0.0.1 copied to clipboard

Demonstrates how to use the flutter_apnsX plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_apns_x

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

dependencies:
  flutter_apns_x: ^0.0.1

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:flutter_apns_x/flutter_apns/apns.dart';
import 'package:flutter_apns_x/flutter_apns/flutter_apns_only_x.dart';
import 'package:flutter_apns_x/flutter_apns/flutter_apns_x.dart';
import 'package:flutter_apns_x/flutter_apns/src/apns_connector.dart';
import 'package:flutter_apns_x/flutter_apns/src/connector.dart';
import 'package:flutter_apns_x/flutter_apns/src/firebase_connector.dart';
import 'package:flutter_apns_x/main.dart';
import 'package:flutter_apns_x/storage.dart';
9
likes
110
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Demonstrates how to use the flutter_apnsX plugin.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

cupertino_icons, firebase_core, firebase_messaging, flutter, flutter_local_notifications, path_provider, plugin_platform_interface

More

Packages that depend on flutter_apns_x