filesaverplus 0.0.1 copy "filesaverplus: ^0.0.1" to clipboard
filesaverplus: ^0.0.1 copied to clipboard

FileSaverPlus is a Flutter plugin that allows you to easily save files to the device’s local storage, providing cross-platform support for Android and iOS. With this plugin, you can save text, images, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add filesaverplus

With Flutter:

 $ flutter pub add filesaverplus

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

dependencies:
  filesaverplus: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:filesaverplus/filesaverplus.dart';
1
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

FileSaverPlus is a Flutter plugin that allows you to easily save files to the device’s local storage, providing cross-platform support for Android and iOS. With this plugin, you can save text, images, or any file data to a specified directory on the device. It also handles file permissions and ensures a seamless experience for saving files in a secure and efficient way.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on filesaverplus

Packages that implement filesaverplus