filesaverplus 0.0.1
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 filesaverplusWith Flutter:
$ flutter pub add filesaverplusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
filesaverplus: ^0.0.1Alternatively, 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';