flutter_cnotify_sdk 0.2.0
flutter_cnotify_sdk: ^0.2.0 copied to clipboard
This SDK is used to connect the integration with cnotify.me. platform that allows to send push notifications to your users.
flutter_cnotify_sdk #
A new Flutter plugin project.
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Publishing a new version #
- Update the version in
pubspec.yaml
file - Update the
CHANGELOG.md
file with the new version and changes - Run
dart pub publish --dry-run
to check if everything is ok - Push code changes to the repository
- Run
dart pub publish
to publish the new version