iZooto Flutter SDK
👋 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.5.4
-
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.