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

PlatformAndroid

A plugin that help app to call ContentResolver on Android.

0.3.5 #

  • Update example and gradle related files in sync with latest Flutter's plugin skelton; this will improve latest Android/SDK compatibility

0.3.4 #

  • Support Android 16 KB page size (#7)

0.3.3 #

  • Merge PR #6: Disable build-id link option to allow reproducible builds

0.3.2 #

  • Android build environment updates

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.
10
likes
150
points
1.36k
downloads

Publisher

verified publisherespresso3389.jp

Weekly Downloads

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

Packages that implement content_resolver