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

Commit 84011a6

Browse files
author
Emmanuel Garcia
committed
Merge branch 'master' into remove-v1-embedding
2 parents 2573bc0 + 337dc68 commit 84011a6

160 files changed

Lines changed: 2605 additions & 259 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.1.0
2+
3+
* Initial release
4+
* Added CameraOptions used to constrain the camera audio and video.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Camera Web Plugin
2+
3+
A Flutter plugin for Web allowing access to the device cameras.
4+
5+
*Note*: This plugin is under development.
6+
7+
In order to use this plugin, your app should depend both on `camera` and `camera_web`. This is a temporary solution until a plugin is released.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Testing
2+
3+
This package uses `package:integration_test` to run its tests in a web browser.
4+
5+
See [Plugin Tests > Web Tests](https://github.com/flutter/flutter/wiki/Plugin-Tests#web-tests)
6+
in the Flutter wiki for instructions to setup and run the tests in this package.
7+
8+
Check [flutter.dev > Integration testing](https://flutter.dev/docs/testing/integration-tests)
9+
for more info.

0 commit comments

Comments
 (0)