gallery_picker_gdx_plus 0.6.0 copy "gallery_picker_gdx_plus: ^0.6.0" to clipboard
gallery_picker_gdx_plus: ^0.6.0 copied to clipboard

A community-maintained Flutter gallery picker for selecting, browsing, and displaying images and videos on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gallery_picker_gdx_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gallery_picker_gdx_plus: ^0.6.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:gallery_picker_gdx_plus/controller/gallery_controller.dart';
import 'package:gallery_picker_gdx_plus/controller/picker_listener.dart';
import 'package:gallery_picker_gdx_plus/functions/color.dart';
import 'package:gallery_picker_gdx_plus/gallery_picker.dart';
import 'package:gallery_picker_gdx_plus/models/config.dart';
import 'package:gallery_picker_gdx_plus/models/gallery_album.dart';
import 'package:gallery_picker_gdx_plus/models/gallery_media.dart';
import 'package:gallery_picker_gdx_plus/models/media_file.dart';
import 'package:gallery_picker_gdx_plus/models/media_type.dart';
import 'package:gallery_picker_gdx_plus/models/medium.dart';
import 'package:gallery_picker_gdx_plus/models/mode.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/album_categories_view.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/album_media_view.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/date_category_view.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/gallery_picker_builder.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/media_provider.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/photo_provider.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/thumbnail_album.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/thumbnail_media.dart';
import 'package:gallery_picker_gdx_plus/user_widgets/video_provider.dart';
import 'package:gallery_picker_gdx_plus/views/album_categories_view/album_categories_view.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/album_appbar.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/album_medias_view.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/album_page.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/date_category_view.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/media_view.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/selected_media_thumbnail.dart';
import 'package:gallery_picker_gdx_plus/views/album_view/selected_medias_view.dart';
import 'package:gallery_picker_gdx_plus/views/gallery_picker_view/gallery_picker_view.dart';
import 'package:gallery_picker_gdx_plus/views/gallery_picker_view/gallery_picker_view_bk.dart';
import 'package:gallery_picker_gdx_plus/views/gallery_picker_view/permission_denied_view.dart';
import 'package:gallery_picker_gdx_plus/views/gallery_picker_view/picker_appbar.dart';
import 'package:gallery_picker_gdx_plus/views/gallery_picker_view/reload_gallery.dart';
import 'package:gallery_picker_gdx_plus/views/gridview_static.dart';
import 'package:gallery_picker_gdx_plus/views/picker_scaffold.dart';
import 'package:gallery_picker_gdx_plus/views/thumbnail_media_file.dart';
0
likes
140
points
90
downloads

Documentation

API reference

Publisher

verified publishergurwinderdevx.com

Weekly Downloads

A community-maintained Flutter gallery picker for selecting, browsing, and displaying images and videos on Android and iOS.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#gallery #image-picker #media #photos #videos

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

bottom_sheet_scaffold, cupertino_icons, device_info_plus, flutter, get, intl, page_transition, permission_handler, photo_gallery_gdx_plus, transparent_image, video_player, video_thumbnail_gdx_plus

More

Packages that depend on gallery_picker_gdx_plus