at_file_saver 0.1.2 copy "at_file_saver: ^0.1.2" to clipboard
at_file_saver: ^0.1.2 copied to clipboard

Fork of at_file_saver to enable controlled release cycles. This package will help you save file with a single method on any platform including macOS, iOS, Android, Windows, Web, Linux.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add at_file_saver

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

dependencies:
  at_file_saver: ^0.1.2

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:at_file_saver/at_file_saver.dart';
1
likes
130
pub points
35%
popularity

Publisher

verified publisheratsign.org

Fork of at_file_saver to enable controlled release cycles. This package will help you save file with a single method on any platform including macOS, iOS, Android, Windows, Web, Linux.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, path_provider, path_provider_linux, path_provider_windows

More

Packages that depend on at_file_saver