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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_file_preview

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_file_preview: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_file_preview/native_file_preview.dart';
21
likes
160
points
299
downloads

Publisher

verified publisherjohnnybytes.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

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