firebase_in_app_messaging 0.4.0
firebase_in_app_messaging: ^0.4.0 copied to clipboard
Flutter plugin for Firebase In-App Messaging.
0.4.0 #
- This version is not null-safe but has been created to allow compatibility with other null-safe FlutterFire packages such as
firebase_core
.
0.3.0 #
- FEAT: bump firebase-android-sdk BoM to 25.13.0.
- CHORE: harmonize dependencies and version handling.
- BREAKING FEAT: forward port to firebase-ios-sdk v7.3.0.
- Due to this SDK upgrade, iOS 10 is now the minimum supported version by FlutterFire. Please update your build target version.
0.2.3 #
- FEAT: bump android
com.android.tools.build
&'com.google.gms:google-services
versions (#4269). - CHORE: publish packages.
- CHORE: bump gradle wrapper to 5.6.4 (#4158).
0.2.2 #
- FEAT: bump compileSdkVersion to 29 (#3975).
- FEAT: bump
compileSdkVersion
to 29 in preparation for upcoming Play Store requirement. - CHORE: publish packages.
- CHORE: publish packages.
0.2.1 #
- FEAT: bump compileSdkVersion to 29 (#3975).
- FEAT: update Firebase iOS SDK version to 6.33.0 (from 6.26.0).
0.2.0+3 #
- Update a dependency to the latest release.
0.2.0+2 #
- FIX: local dependencies in example apps (#3319).
- CHORE: fix pod install error on example FIAM app (#3116).
0.2.0+1 #
- Fixed issue #3227 (Invalid podspec).
0.2.0 #
- Depend on
firebase_core
pre-release. - Firebase iOS SDK versions are now locked to use the same version defined in
firebase_core
. - Firebase Android SDK versions are now using the Firebase Bill of Materials (BoM)
to specify individual SDK versions. BoM version is also sourced from
firebase_core
. - Allow iOS to be imported as a module.
- Updated package of Android from
com.example.firebase_in_app_messaging
toio.flutter.plugins.firebase.inappmessaging
.
0.1.2 #
- Update lower bound of dart dependency to 2.0.0.
0.1.1+3 #
- Replace deprecated
getFlutterEngine
call on Android.
0.1.1+2 #
- Make the pedantic dev_dependency explicit.
0.1.1+1 #
- Remove the deprecated
author:
field from pubspec.yaml - Migrate the plugin to the pubspec platforms manifest.
- Bump the minimum Flutter version to 1.10.0.
0.1.1 #
- Updated the plugin API to v2.
0.1.0 #
- Updated README instructions for contributing for consistency with other Flutterfire plugins.
0.0.1+4 #
- Update example app with correct const constructors.
0.0.1+3 #
- Update AGP, gradle and inappmessaging-display versions on Android.
0.0.1+2 #
- Remove dependency
androidx.annotation:annotation:1.0.0
.
0.0.1+1 #
- Update google-services Android gradle plugin to 4.3.0 in documentation and examples.
0.0.1 #
- Initial release.