simple_file_saver_platform_interface 2.0.0 copy "simple_file_saver_platform_interface: ^2.0.0" to clipboard
simple_file_saver_platform_interface: ^2.0.0 copied to clipboard

A common platform interface for the simple_file_saver plugin.

simple_file_saver_platform_interface #

A common platform interface for the simple_file_saver plugin.

This interface allows platform-specific implementations of the simple_file_saver plugin, as well as the plugin itself, to ensure they are supporting the same interface.

You may read the Flutter documentation and watch the Flutter channel for more information about the federated plugin concept.

Usage #

To implement a new platform-specific implementation of simple_file_saver, extend SimpleFileSaverPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default SimpleFileSaverPlatform by calling SimpleFileSaverPlatform.instance = SimpleFileSaverX().

0
likes
130
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

A common platform interface for the simple_file_saver plugin.

Homepage
Repository (GitHub)

Topics

#files #save-file #file-saver

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mime, path, plugin_platform_interface, url_launcher

More

Packages that depend on simple_file_saver_platform_interface