izooto_plugin 2.8.1-dev copy "izooto_plugin: ^2.8.1-dev" to clipboard
izooto_plugin: ^2.8.1-dev copied to clipboard

iZooto is a free push notification service for mobile apps. This SDK makes it easy to integrate your Flutter iOS and/or Android apps with iZooto.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add izooto_plugin

With Flutter:

 $ flutter pub add izooto_plugin

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

dependencies:
  izooto_plugin: ^2.8.1-dev

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:izooto_plugin/iZooto_apns.dart';
import 'package:izooto_plugin/iZooto_flutter.dart';
11
likes
0
points
361
downloads

Publisher

unverified uploader

Weekly Downloads

iZooto is a free push notification service for mobile apps. This SDK makes it easy to integrate your Flutter iOS and/or Android apps with iZooto.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on izooto_plugin

Packages that implement izooto_plugin