universal_file_handler 0.1.0 copy "universal_file_handler: ^0.1.0" to clipboard
universal_file_handler: ^0.1.0 copied to clipboard

Universal Flutter file handling with memory cache, disk cache, downloads, asset loading, viewers, and sharing.

Universal File Handler #

A Flutter package to open, cache, and share any file type.

Features #

  • Open images, PDFs, Word, Excel
  • Smart caching
  • File type detection
  • Share files

Usage #

await UniversalFileHandler.open(context,url);.


ElevatedButton(
  onPressed: () {
    UniversalFileHandler.open(fileUrl, context: context);
  },
  child: Text("Open File"),
);
2
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Universal Flutter file handling with memory cache, disk cache, downloads, asset loading, viewers, and sharing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_pdfview, http, open_filex, path_provider, photo_view, share_plus

More

Packages that depend on universal_file_handler