media_picker_view 0.1.0 copy "media_picker_view: ^0.1.0" to clipboard
media_picker_view: ^0.1.0 copied to clipboard

A Flutter package for picking and previewing images and videos with thumbnail support.

Media Picker View Flutter Package #

A reusable Flutter package for picking and previewing media (images & videos) with thumbnail support for videos. Designed for easy integration with Riverpod and fully customizable for any Flutter project.


Features #

  • Display a horizontal list of selected media (images and videos).
  • Video thumbnails generated asynchronously using Riverpod providers.
  • Easy removal of selected media.
  • Overlay icons indicating media type (image or video).
  • Fully customizable UI.

Installation #

From pub.flutter-io.cn #

After publishing your package to pub.flutter-io.cn, add it to your pubspec.yaml:

dependencies:
  media_picker_view: ^0.1.0
2
likes
150
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for picking and previewing images and videos with thumbnail support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_cache_manager, flutter_riverpod, get_thumbnail_video, image_picker, path_provider

More

Packages that depend on media_picker_view