flutter_saver 2.2.0 copy "flutter_saver: ^2.2.0" to clipboard
flutter_saver: ^2.2.0 copied to clipboard

A Flutter package for saving images and downloadable links across all platforms with support for various formats.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_saver

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

dependencies:
  flutter_saver: ^2.2.0

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:flutter_saver/flutter_saver.dart';
5
likes
150
points
260
downloads

Documentation

API reference

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

A Flutter package for saving images and downloadable links across all platforms with support for various formats.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cross_file, flutter, flutter_web_plugins, http, path, plugin_platform_interface, web

More

Packages that depend on flutter_saver

Packages that implement flutter_saver