This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 0.9.8
22
33* Moves Android and iOS implementations to federated packages.
44* Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
Original file line number Diff line number Diff line change @@ -4,10 +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
8- # Temporarily disable publishing to allow moving Android and iOS
9- # implementations.
10- publish_to : none
7+ version : 0.9.8
118
129environment :
1310 sdk : " >=2.14.0 <3.0.0"
@@ -24,11 +21,8 @@ flutter:
2421 default_package : camera_web
2522
2623dependencies :
27- # Temporary path dependencies to allow moving Android and iOS implementations.
28- camera_android :
29- path : ../camera_android
30- camera_avfoundation :
31- path : ../camera_avfoundation
24+ camera_android : ^0.9.7+1
25+ camera_avfoundation : ^0.9.7+1
3226 camera_platform_interface : ^2.2.0
3327 camera_web : ^0.2.1
3428 flutter :
You can’t perform that action at this time.
0 commit comments