Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.14 KB

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.