Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[camera] Publish federated implementations (#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan committed Jun 9, 2022
1 parent beb6d19 commit 88e6cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/camera/camera/CHANGELOG.md
@@ -1,4 +1,4 @@
## NEXT
## 0.9.8

* Moves Android and iOS implementations to federated packages.
* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/104231).
Expand Down
12 changes: 3 additions & 9 deletions packages/camera/camera/pubspec.yaml
Expand Up @@ -4,10 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
Dart.
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.9.7+1
# Temporarily disable publishing to allow moving Android and iOS
# implementations.
publish_to: none
version: 0.9.8

environment:
sdk: ">=2.14.0 <3.0.0"
Expand All @@ -24,11 +21,8 @@ flutter:
default_package: camera_web

dependencies:
# Temporary path dependencies to allow moving Android and iOS implementations.
camera_android:
path: ../camera_android
camera_avfoundation:
path: ../camera_avfoundation
camera_android: ^0.9.7+1
camera_avfoundation: ^0.9.7+1
camera_platform_interface: ^2.2.0
camera_web: ^0.2.1
flutter:
Expand Down

0 comments on commit 88e6cf8

Please sign in to comment.