You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
625 B
31 lines
625 B
1 year ago
|
# camera_aurora
|
||
|
|
||
|
The Aurora implementation of [camera](https://pub.dev/packages/camera).
|
||
|
|
||
|
## Usage
|
||
|
This package is not an _endorsed_ implementation of `camera`.
|
||
|
Therefore, you have to include `camera_aurora` alongside `camera` as dependencies in your `pubspec.yaml` file.
|
||
|
|
||
|
***.desktop**
|
||
|
|
||
|
```desktop
|
||
|
Permissions=Sensors
|
||
|
```
|
||
|
***.spec**
|
||
|
|
||
|
```spec
|
||
|
BuildRequires: pkgconfig(streamcamera)
|
||
|
```
|
||
|
|
||
|
**pubspec.yaml**
|
||
|
|
||
|
```yaml
|
||
|
dependencies:
|
||
|
camera: ^0.10.5+5
|
||
|
camera_aurora:
|
||
|
git:
|
||
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git
|
||
|
ref: master
|
||
|
path: packages/device_info_plus/device_info_plus_aurora
|
||
|
```
|