Last updated:
0 purchases
izooto plugin
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
copied to clipboard
Run flutter packages get to install the SDK
Now, in your Dart code, you can use:
import 'package:izooto_plugin/iZooto_flutter.dart';
copied to clipboard
SDK Methods
Please see iZooto's Flutter SDK References page for available callbacks and methods.
Support
Please visit izooto.com or write to [email protected] 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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.