Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.2

* Update flutter_plugin_android_lifecycle dependency to 2.0.1 to fix an R8 issue
on some versions.

## 2.0.1

* Update platform_plugin_interface version requirement.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety.2
flutter_plugin_android_lifecycle: ^2.0.1

dev_dependencies:
flutter_driver:
Expand Down
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
version: 2.0.1
version: 2.0.2

dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.0
flutter_plugin_android_lifecycle: ^2.0.1
google_maps_flutter_platform_interface: ^2.0.0

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/image_picker/image_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.4

* Update flutter_plugin_android_lifecycle dependency to 2.0.1 to fix an R8 issue
on some versions.

## 0.7.3

* Endorse image_picker_for_web
Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
video_player: ^2.0.0-nullsafety.7
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.0
flutter_plugin_android_lifecycle: ^2.0.1
image_picker:
# When depending on this package from a real application you should use:
# image_picker: ^x.y.z
Expand Down
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker
description: Flutter plugin for selecting images from the Android and iOS image
library, and taking new pictures with the camera.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
version: 0.7.3
version: 0.7.4

flutter:
plugin:
Expand All @@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.0
flutter_plugin_android_lifecycle: ^2.0.1
image_picker_platform_interface: ^2.0.0
image_picker_for_web: ^2.0.0

Expand Down
5 changes: 5 additions & 0 deletions packages/local_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.1

* Update flutter_plugin_android_lifecycle dependency to 2.0.1 to fix an R8 issue
on some versions.

## 1.1.0

* Migrate to null safety.
Expand Down
4 changes: 2 additions & 2 deletions packages/local_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: local_auth
description: Flutter plugin for Android and iOS devices to allow local
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
version: 1.1.0
version: 1.1.1

flutter:
plugin:
Expand All @@ -19,7 +19,7 @@ dependencies:
meta: ^1.3.0
intl: ^0.17.0
platform: ^3.0.0
flutter_plugin_android_lifecycle: ^2.0.0
flutter_plugin_android_lifecycle: ^2.0.1

dev_dependencies:
integration_test:
Expand Down