content_resolver 0.3.1 copy "content_resolver: ^0.3.1" to clipboard
content_resolver: ^0.3.1 copied to clipboard

PlatformAndroid

A plugin that help app to call ContentResolver on Android.

0.3.1 #

  • Update build.gradle to support recent Flutter

0.3.0 #

  • BREAKING CHANGE: ContentResolver.resolveContent now returns Content object rather than Uint8List.
  • Update example code to handle ACTION_SEND also.

0.2.0 #

  • Fixes and updates.

0.1.0 #

  • Add ContentResolver.writeContent (#1)

0.0.2 #

  • To deal with problematic URIs like Slack's content URI (content://com.Slack.fileprovider/...; that contains capitalized letter on its host name), we should not use Dart's Uri class.

0.0.1 #

  • Initial release.
7
likes
130
pub points
80%
popularity

Publisher

verified publisherespresso3389.jp

A plugin that help app to call ContentResolver on Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on content_resolver