gal 2.1.3
gal: ^2.1.3 copied to clipboard
How to Save Image/Video to the Photo Gallery in Flutter | How to Save Media to Photo Gallery in Flutter | Image & Video Gallery Saver Plugin | Flutter Media Saver
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add galThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gal: ^2.1.3Alternatively, 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:gal/gal.dart';