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

A Flutter plugin that provides native file preview functionality for iOS and Android platforms.

1.0.1 #

  • Fixed deprecated code in example app.
  • Updated Flutter and Dart SDK constraints in pubspec.yaml for broader compatibility.

1.0.0 #

  • Initial release of native_file_preview plugin
  • Added support for native file preview on iOS and Android platforms
  • Implemented previewFile(String filePath) method to open files using platform-native preview capabilities
  • iOS implementation uses QuickLook framework for seamless file viewing
  • Android implementation provides native file preview functionality
  • Support for multiple file path formats:
    • Local file paths (absolute paths)
    • File URLs (file:// scheme)
    • Remote URLs (where supported by platform)
  • Comprehensive error handling:
    • File not found validation
    • File readability checks
    • Invalid file URL detection
  • Cross-platform API with consistent behavior across iOS and Android
21
likes
160
points
161
downloads

Publisher

verified publisherjohnnybytes.com

Weekly Downloads

A Flutter plugin that provides native file preview functionality for iOS and Android platforms.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_file_preview

Packages that implement native_file_preview