photo_gallery_gdx_plus 2.3.1
photo_gallery_gdx_plus: ^2.3.1 copied to clipboard
A community-maintained Flutter plugin for retrieving images and videos from native Android and iOS galleries.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add photo_gallery_gdx_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
photo_gallery_gdx_plus: ^2.3.1Alternatively, 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:photo_gallery_gdx_plus/photo_gallery_gdx_plus.dart';