izooto_plugin 2.4.1 copy "izooto_plugin: ^2.4.1" to clipboard
izooto_plugin: ^2.4.1 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.

iZooto Flutter SDK #

pub package

👋 Introduction #

iZooto provides push notification service for mobile apps. This plugin makes it easy to implement push notifications on your Android and/or iOS apps built on the Flutter framework.

For more information check out our website and documentation.

To get started, sign up here.

🚀 Installation and Quick Start #

  • To add the iZooto Flutter SDK to your project, edit your project's pubspec.yaml file:
dependencies:
izooto_plugin: ^2.4.1
  • Run flutter packages get to install the SDK

  • Now, in your Dart code, you can use:

import 'package:izooto_plugin/iZooto_flutter.dart';

SDK Methods

Please see iZooto's Flutter SDK References page for available callbacks and methods.

Support

Please visit izooto.com or write to support@izooto.com if you need assistance with the setup.

Demo Project

For reference, we have uploaded a demo project with the latest SDK in the /example folder of this repository.

Supports:

  • Tested and validated from Android 5.0 (API level 21) to Android 13 (API level 33).
  • Tested and validated from iOS 12 to iOS 15+.

❓Questions #

If you have questions or concerns, you can reach out to the iZooto support team from the iZooto Dashboard.

11
likes
110
pub points
71%
popularity

Publisher

unverified uploader

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on izooto_plugin