-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (32 loc) · 869 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
34
35
36
name: flutter_file_info
description: "A Flutter plugin for retrieving detailed file metadata, including native icons."
version: 0.1.0
homepage: https://github.com/makjac/flutter_file_info
repository: https://github.com/makjac/flutter_file_info
issue_tracker: https://github.com/makjac/flutter_file_info/issues
environment:
sdk: '>=3.4.3 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
equatable: ^2.0.5
ffi: ^2.1.3
image: ^4.2.0
win32: ^5.5.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
mockito: ^5.4.4
build_runner: ^2.4.11
flutter:
plugin:
platforms:
android:
package: com.ecoala.flutter_file_info
pluginClass: FlutterFileInfoPlugin
dartPluginClass: FileInfoAndroid
windows:
dartPluginClass: FileInfoWindows