This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +30
-5
lines changed
camera_platform_interface
google_maps_flutter_platform_interface
video_player/video_player Expand file tree Collapse file tree 12 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.7+2
2+
3+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
4+
15## 0.9.7+1
26
37* Moves streaming implementation to the platform interface package.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
44 Dart.
55repository : https://github.com/flutter/plugins/tree/main/packages/camera/camera
66issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
7- version : 0.9.7+1
7+ version : 0.9.7+2
88
99environment :
1010 sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change 1+ ## 2.2.1
2+
3+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
4+
15## 2.2.0
26
37* Adds image streaming to the platform interface.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7- version : 2.2.0
7+ version : 2.2.1
88
99environment :
1010 sdk : ' >=2.12.0 <3.0.0'
Original file line number Diff line number Diff line change 1+ ## 2.1.8
2+
3+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
4+
15## 2.1.7
26
37* Objective-C code cleanup.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter
22description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
33repository : https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5- version : 2.1.7
5+ version : 2.1.8
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change 1+ ## 2.1.8
2+
3+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
4+
15## 2.1.7
26
37* Updates code for stricter analysis options.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/google_maps_fl
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
55# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7- version : 2.1.7
7+ version : 2.1.8
88
99environment :
1010 sdk : ' >=2.12.0 <3.0.0'
Original file line number Diff line number Diff line change 1+ ## NEXT
2+
3+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
4+
15## 2.4.4
26
37* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change 11## NEXT
22
3+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
34* Updates references to the obsolete master branch.
45
56## 3.0.4
You can’t perform that action at this time.
0 commit comments