We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://pub.dev/packages/flutter_image_gallery_saver
Run this command:
With Flutter:
flutter pub add flutter_image_gallery_saver
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies: flutter_image_gallery_saver: ^0.0.2
Now in your Dart code, you can use:
import 'package:flutter_image_gallery_saver/flutter_image_gallery_saver.dart';
The text was updated successfully, but these errors were encountered:
.pub-cache/hosted/pub.flutter-io.cn/image_gallery_saver-2.0.3/android/src/main/kotlin/com/example/imagegallerysaver/ImageGallerySaverPlugin.kt:21:48 Unresolved reference: Registrar
FAILURE: Build failed with an exception.
Sorry, something went wrong.
.pub-cache/hosted/pub.flutter-io.cn/image_gallery_saver-2.0.3/android/src/main/kotlin/com/example/imagegallerysaver/ImageGallerySaverPlugin.kt:21:48 Unresolved reference: Registrar FAILURE: Build failed with an exception.
@lucasjinreal try flutter_image_gallery_saver it's new one
flutter_image_gallery_saver
No branches or pull requests
https://pub.dev/packages/flutter_image_gallery_saver
Use this package as a library
Run this command:
With Flutter:
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
Import it
Now in your Dart code, you can use:
The text was updated successfully, but these errors were encountered: