android_content_provider 0.4.2 copy "android_content_provider: ^0.4.2" to clipboard
android_content_provider: ^0.4.2 copied to clipboard

PlatformAndroid

Flutter plugin to use ContentProvider/ContentResolver APIs on Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_content_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  android_content_provider: ^0.4.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:android_content_provider/android_content_provider.dart';
15
likes
150
points
1.43k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to use ContentProvider/ContentResolver APIs on Android

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

async, flutter, uuid

More

Packages that depend on android_content_provider