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

Commit 33ba6bc

Browse files
authored
[camera_web] Update usage documentation (#4371)
1 parent ed2e7a7 commit 33ba6bc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/camera/camera_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1+1
2+
3+
* Update usage documentation.
4+
15
## 0.2.1
26

37
* Add video recording functionality.

packages/camera/camera_web/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ The web implementation of [`camera`][camera].
88

99
### Depend on the package
1010

11-
This package is not an [endorsed implementation](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin)
12-
of the camera plugin yet, so you'll need to [add it explicitly](https://pub.dev/packages/camera_web/install).
11+
This package is [endorsed](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin),
12+
which means you can simply use `camera`
13+
normally. This package will be automatically included in your app when you do.
1314

1415
## Example
1516

packages/camera/camera_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera_web
22
description: A Flutter plugin for getting information about and controlling the camera on Web.
33
repository: https://github.com/flutter/plugins/tree/master/packages/camera/camera_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5-
version: 0.2.1
5+
version: 0.2.1+1
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)