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

[camera] Publish federated implementations #5942

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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