firebase_remote_config 0.5.0 firebase_remote_config: ^0.5.0 copied to clipboard
Flutter plugin for Firebase Remote Config. Update your application look and feel and behaviour without re-releasing.
0.5.0 #
Note: This release has breaking changes.
- FEAT: bump firebase-android-sdk to v26.2.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.4.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.4.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.4.1 #
- FEAT: bump compileSdkVersion to 29 (#3975).
- FEAT: update Firebase iOS SDK version to 6.33.0 (from 6.26.0).
0.4.0+2 #
- Update a dependency to the latest release.
0.4.0+1 #
- FIX: local dependencies in example apps (#3319).
- CHORE: intellij cleanup (#3326).
0.4.0 #
- Depend on new
firebase_core
. - 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
. - Added support for MacOS.
- Allow iOS & MacOS plugins to be imported as modules.
0.3.1+1 #
- Propagate native error message on fetch method.
0.3.1 #
- Update lower bound of dart dependency to 2.0.0.
0.3.0+4 #
- Fix for missing UserAgent.h compilation failures.
0.3.0+3 #
- Replace deprecated
getFlutterEngine
call on Android.
0.3.0+2 #
- Make the pedantic dev_dependency explicit.
0.3.0+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.3.0 #
- Update Android Firebase Remote Config dependency to 19.0.3.
- Resolve an Android compiler warning due to deprecated API usage.
- Bump Gradle, AGP & Google Services plugin versions.
0.2.1 #
- Support Android V2 embedding.
- Migrate to using the new e2e test binding.
0.2.0+9 #
- Updated README instructions for contributing for consistency with other Flutterfire plugins.
0.2.0+8 #
- Remove AndroidX warning.
0.2.0+7 #
- Fix
Bad state: Future already completed
error when initially callingRemoteConfig.instance
multiple times in parallel.
0.2.0+6 #
- Update documentation to reflect new repository location.
- Update unit tests to call
TestWidgetsFlutterBinding.ensureInitialized
.
0.2.0+5 #
- Update google-services Android gradle plugin to 4.3.0 in documentation and examples.
0.2.0+4 #
- Fixed a bug where
RemoteConfigValue
could incorrectly report a remotesource
for default values. - Added an integration test for the fixed behavior of
source
. - Removed a test that made integration test flaky.
0.2.0+3 #
- Automatically use version from pubspec.yaml when reporting usage to Firebase.
0.2.0+2 #
- Add missing template type parameter to
invokeMethod
calls. - Bump minimum Flutter version to 1.5.0.
- Replace invokeMethod with invokeMapMethod wherever necessary.
0.2.0+1 #
- Minor internal code cleanup in Java implementation.
0.2.0 #
- Update Android dependencies to latest.
0.1.0+3 #
- Initial integration tests.
0.1.0+2 #
- Log messages about automatic configuration of the default app are now less confusing.
0.1.0+1 #
- Log a more detailed warning at build time about the previous AndroidX migration.
0.1.0 #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
0.0.6+1 #
- Bump Android dependencies to latest.
0.0.6 #
- Allowed extending the RemoteConfig class.
0.0.5 #
- Bump Android and Firebase dependency versions.
0.0.4 #
- Updated Gradle tooling to match Android Studio 3.1.2.
0.0.3 #
- Added missing await in setDefaults.
- Fixed example code in README.
0.0.2 #
- Update iOS plugin so that it returns fetch status as a String instead of an int.
- Bump Android library version to 15.+. The Android plugins for FlutterFire need to all be on the same version. Updating Remote Config to match other FlutterFire plugins.
0.0.1 #
- Implement Firebase Remote Config.