You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/camera/camera_web/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ The web implementation of [`camera`][camera].
8
8
9
9
### Depend on the package
10
10
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.
0 commit comments