-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (22 loc) · 596 Bytes
/
pubspec.yaml
File metadata and controls
26 lines (22 loc) · 596 Bytes
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
name: android_content_provider
description: Flutter plugin to use ContentProvider/ContentResolver APIs on Android
version: 0.5.2
homepage: https://github.com/nt4f04uNd/android_content_provider/
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.16.0'
dependencies:
flutter:
sdk: flutter
async: ^2.8.2
uuid: ">=3.0.5 <5.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
plugin:
platforms:
android:
package: com.nt4f04und.android_content_provider
pluginClass: AndroidContentProviderPlugin