-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
33 lines (29 loc) · 935 Bytes
/
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
name: native_image_picker_macos
description: "A macOS platform implementation of image_picker using the native system picker instead of file_selector"
version: 0.0.2
repository: https://github.com/CompileKernel/native-image-picker-macos
documentation: https://github.com/CompileKernel/native-image-picker-macos
homepage: https://github.com/CompileKernel/native-image-picker-macos
issue_tracker: https://github.com/CompileKernel/native-image-picker-macos/issues
topics: [image-picker, files, file-selection]
environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
image_picker_platform_interface: ^2.10.0
meta: ^1.7.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
mockito: ^5.4.5
pigeon: ^22.7.2
build_runner: ^2.4.14
flutter:
plugin:
platforms:
macos:
dartPluginClass: NativeImagePickerMacOS
pluginClass: NativeImagePickerPlugin