flutter_cnotify_sdk 0.4.5 copy "flutter_cnotify_sdk: ^0.4.5" to clipboard
flutter_cnotify_sdk: ^0.4.5 copied to clipboard

This SDK is used to connect the integration with cnotify.me. platform that allows to send push notifications to your users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cnotify_sdk

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

dependencies:
  flutter_cnotify_sdk: ^0.4.5

Alternatively, 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:flutter_cnotify_sdk/cnotify_sdk.dart';
import 'package:flutter_cnotify_sdk/cnotify_sdk_method_channel.dart';
import 'package:flutter_cnotify_sdk/cnotify_sdk_platform_interface.dart';
import 'package:flutter_cnotify_sdk/cnotify_sdk_web.dart';
4
likes
160
points
39
downloads

Publisher

verified publishercnotify.me

Weekly Downloads

This SDK is used to connect the integration with cnotify.me. platform that allows to send push notifications to your users.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flutter_cnotify_sdk