Этот репозиторий содержит Flutter плагины для платформы ОС Аврора.
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.
|
|
|
# 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=Camera
|
|
|
|
```
|
|
|
|
|
|
|
|
**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
|
|
|
|
```
|