Skip to content

Commit 880edfb

Browse files
stuartmorganyutaaraki-toydium
authored andcommitted
[camera] Publish federated implementations (flutter#5942)
1 parent 0859e54 commit 880edfb

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

packages/camera/camera/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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).

packages/camera/camera/pubspec.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
44
Dart.
55
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera
66
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
118

129
environment:
1310
sdk: ">=2.14.0 <3.0.0"
@@ -24,11 +21,8 @@ flutter:
2421
default_package: camera_web
2522

2623
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
3226
camera_platform_interface: ^2.2.0
3327
camera_web: ^0.2.1
3428
flutter:

0 commit comments

Comments
 (0)