karte_notification 1.5.0
karte_notification: ^1.5.0 copied to clipboard
Flutter plugin for KARTE Notification, provides a simple API to receive notifications. Supports on Android and iOS.
1.5.0 #
- Added Android namespace settings.
- Added buildFeatures.buildConfig settings to Android build.gradle.
- Removed registerWith method from karte_core plugin (ended support for old Flutter projects).
- Updated dependencies in pubspec.lock.
1.4.0 #
- Removed dependency on kotlin.
1.3.0 #
- Android SDK references changed from JCenter to Maven Central.
- Updated the version of firebase_messaging on which the karte_notification package depends.
1.2.0 #
- Change Deployment Target: iOS9 → iOS10
1.1.0 #
- Changed the constraint to build with firebase_messaging: 11.x.x.
1.0.0 #
- General availability release.
0.2.0 #
- Support null safety.
- Update dependent
firebase_messaging
package.
0.1.0 #
- Initial Beta release.
- Add dependency
firebase_messaging
package.
0.0.1 #
- Initial development release.