forked from KRTirtho/metadata_god
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
36 lines (32 loc) · 786 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: metadata_god
description: Plugin for retrieving and writing audio tags/metadata from audio files
version: 0.2.0
homepage: https://github.com/KRTirtho/metadata_god
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_rust_bridge: ^1.41.3
ffi: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
ffigen: ^6.1.2
flutter:
plugin:
platforms:
android:
package: com.krtirtho.metadata_god
pluginClass: MetadataGodPlugin
linux:
pluginClass: MetadataGodPlugin
macos:
dartPluginClass: MetadataGod
windows:
pluginClass: MetadataGodPluginCApi
web:
fileName: metadata_god_web.dart
pluginClass: MetadataGod