firebase_in_app_messaging 0.2.0-dev.1
firebase_in_app_messaging: ^0.2.0-dev.1 copied to clipboard
Flutter plugin for Firebase In-App Messaging.
0.2.0-dev.1 #
- 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.