gallerytrigger 1.0.1 copy "gallerytrigger: ^1.0.1" to clipboard
gallerytrigger: ^1.0.1 copied to clipboard

A Flutter plugin able to trigger the iOS and Android galleries in order to let them update and show a new resource.

example/main.dart

import '../lib/gallerytrigger.dart';

main() async {
  String path = await downloadPicFromNetwork();
  String album = "Example";
  GalleryTrigger.addResourceInGallery(filePath: path, albumName: null);
}

downloadPicFromNetwork() {
  // This is an example
  return "foo.jpg";
}
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin able to trigger the iOS and Android galleries in order to let them update and show a new resource.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, mime_type

More

Packages that depend on gallerytrigger