at_file_saver 0.1.0 at_file_saver: ^0.1.0 copied to clipboard
Fork of 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.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:at_file_saver/file_saver.dart';
import 'package:at_file_saver/file_saver_web.dart';