android_content_provider 0.4.1 copy "android_content_provider: ^0.4.1" to clipboard
android_content_provider: ^0.4.1 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.1

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';
14
likes
130
pub points
88%
popularity

Publisher

unverified uploader

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