Commit 880edfb 1 parent 0859e54 commit 880edfb Copy full SHA for 880edfb
File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 0.9.8
2
2
3
3
* Moves Android and iOS implementations to federated packages.
4
4
* 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
4
4
Dart.
5
5
repository : https://github.com/flutter/plugins/tree/main/packages/camera/camera
6
6
issue_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
11
8
12
9
environment :
13
10
sdk : " >=2.14.0 <3.0.0"
@@ -24,11 +21,8 @@ flutter:
24
21
default_package : camera_web
25
22
26
23
dependencies :
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
32
26
camera_platform_interface : ^2.2.0
33
27
camera_web : ^0.2.1
34
28
flutter :
You can’t perform that action at this time.
0 commit comments