izooto_plugin 2.1.3
izooto_plugin: ^2.1.3 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 Flutter:
$ flutter pub add izooto_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
izooto_plugin: ^2.1.3Alternatively, 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:izooto_plugin/iZooto_apns.dart';
import 'package:izooto_plugin/iZooto_flutter.dart';