[go: nahoru, domu]

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

[camera] Improve Windows README #6118

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
4 changes: 4 additions & 0 deletions packages/camera/camera_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

* Updates the README to better explain how to use the unendorsed package.

## 0.1.0+2

* Updates references to the obsolete master branch.
Expand Down
8 changes: 5 additions & 3 deletions packages/camera/camera_windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ See [missing implementations and limitations](#missing-features-on-the-windows-p
### Depend on the package

This package is not an [endorsed][endorsed-federated-plugin]
implementation of the [`camera`][camera] plugin, so you'll need to
[add it explicitly][install].
implementation of the [`camera`][camera] plugin, so in addition to depending
on [`camera`][camera] you'll need to
[add `camera_windows` to your pubspec.yaml explicitly][install].
Once you do, you can use the [`camera`][camera] APIs as you normally would.

## Missing features on the Windows platform

Expand Down Expand Up @@ -63,4 +65,4 @@ disposing of the camera is the only way to reset the situation.
[install]: https://pub.dev/packages/camera_windows/install
[camera-control-issue]: https://github.com/flutter/flutter/issues/97537
[device-orientation-issue]: https://github.com/flutter/flutter/issues/97540
[image-streams-issue]: https://github.com/flutter/flutter/issues/97542
[image-streams-issue]: https://github.com/flutter/flutter/issues/97542
2 changes: 1 addition & 1 deletion packages/camera/camera_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camera_windows
description: A Flutter plugin for getting information about and controlling the camera on Windows.
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_windows
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.1.0+2
version: 0.1.0+3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down