Skip to content

Plugin that allows you to save files to a public or shared directory such as the Downloads folder in Android and Files in iOS.

License

Notifications You must be signed in to change notification settings

LaemonT/simple_file_saver

Repository files navigation

Flutter simple_file_saver plugin

The simple_file_saver plugin is built with the Flutter's federated architecture.

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

The plugin is separated into the following packages:

  1. simple_file_saver: the app facing package. This is the package users depend on to use the plugin in their project.
  2. simple_file_saver_android: this package contains the endorsed Android implementation of the simple_file_saver_platform_interface and adds Android support to the simple_file_saver app facing package.
  3. simple_file_saver_ios: this package contains the endorsed iOS implementations of the simple_file_saver_platform_interface and adds iOS support to the simple_file_saver app facing package.
  4. simple_file_saver_platform_interface: this package declares the interface which all platform packages must implement to support the app-facing package.

Run the publish command in dry-run mode to see if everything passes analysis:

flutter pub publish --dry-run

Then publishing to pub.dev, but be sure that you are ready because publishing is forever:

flutter pub publish

About

Plugin that allows you to save files to a public or shared directory such as the Downloads folder in Android and Files in iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published