-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
58 lines (52 loc) · 1.24 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: a_cameras
description: A Flutter plugin for accessing camera functionalities across various platforms with a unified API. Currently supports web only.
version: 1.0.9
homepage: https://github.com/Okladnoj/cameras
repository: https://github.com/Okladnoj/cameras
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
freezed_annotation: ^2.4.1
json_annotation: ^4.3.0
universal_html: ^2.2.4
logger: ^2.0.2
camera: ^0.10.5+4
camera_platform_interface: ^2.5.2
shared_preferences: ^2.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.1.4
freezed: ^2.4.2
json_serializable: ^6.7.1
lints: ^2.1.1
flutter:
plugin:
platforms:
android:
package: com.okjl.a_cameras
pluginClass: CamerasPlugin
ios:
pluginClass: CamerasPlugin
# linux:
# pluginClass: CamerasPlugin
# macos:
# pluginClass: CamerasPlugin
# windows:
# pluginClass: CamerasPluginCApi
web:
pluginClass: CamerasWeb
fileName: src/web/cameras_web.dart
keywords:
- camera
- photo
- video
- flutter
license: MIT