image_gallery_saver_plus_max 1.0.5
image_gallery_saver_plus_max: ^1.0.5 copied to clipboard
Flutter升级3.35.7之后,对image_gallery_saver的插件升级(After Flutter upgraded to 3.35.7, the image_gallery_saver plugin was upgraded.)。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add image_gallery_saver_plus_maxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
image_gallery_saver_plus_max: ^1.0.5Alternatively, 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:image_gallery_saver_plus_max/image_gallery_saver_plus_max.dart';