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

Commit 380e7fb

Browse files
committed
feat: add camera_web to camera example temporarily
1 parent ea0a31a commit 380e7fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/camera/camera/example/pubspec.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ dependencies:
1414
# The example app is bundled with the plugin so we use a path dependency on
1515
# the parent directory to use the current plugin's version.
1616
path: ../
17+
18+
# Temporarily include the web implementation of a camera plugin
19+
# as it is not yet integrated into the official package.
20+
# TODO(bselwe): Remove when camera_web is integrated into the camera package.
21+
camera_web:
22+
path: ../../camera_web/
23+
1724
path_provider: ^2.0.0
1825
flutter:
1926
sdk: flutter

0 commit comments

Comments
 (0)