Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Multimedia Utilities packages
Last updated: May 18, 2026
Multimedia Utilities provide low-level access to media metadata (like EXIF data), thumbnail generation, and audio waveform extraction.
Best Practices for Multimedia Utilities
- EXIF Data Handling: When users upload photos, be extremely careful with EXIF data. It often contains precise GPS coordinates of where the photo was taken. Always strip EXIF location data before publishing user-generated images to protect privacy.
- Thumbnail Generation: Never load a 50MB video into a video player just to show its cover image. Use utility packages to extract a single thumbnail frame (e.g., from the 1-second mark) to display in lists.
- Format Conversion: Use utilities like FFmpeg wrappers to convert proprietary audio/video formats (like Apple's
.movor.caf) into universally supported web formats (.mp4,.mp3) locally before upload.
The complete list of EXIF Readers, Thumbnail Generators, and FFmpeg wrapper packages for Flutter is provided below.
vector_graphics_compiler
π 122 β¬οΈ 3.7M
Dart 3 compatibleMaintenance Status: Good
A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
vector_graphics
π 119 β¬οΈ 3.7M
Dart 3 compatibleMaintenance Status: Good
A vector graphics rendering package for Flutter using a binary encoding.
vector_graphics_codec
π 4 β¬οΈ 3.1M
Dart 3 compatibleMaintenance Status: Average
An encoding library for the binary format used in `package:vector_graphics`
photo_manager
π 772 β¬οΈ 229.8K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin that provides album assets abstraction management APIs on Android, iOS, macOS, and OpenHarmony.
image_size_getter
π 150 β¬οΈ 775.3K
Dart 3 compatibleMaintenance Status: Good
Get image width and height, the library does not completely decode the image file, just read the metadata to get the image width and height.
exif
π 129 β¬οΈ 92.2K
Dart 3 compatibleMaintenance Status: Poor
Decode Exif metadata from digital image files. Supported formats: TIFF, JPEG, HEIC, PNG, WebP
flutter_screen_recording
π 166 β¬οΈ 2.6K
Dart 3 compatibleMaintenance Status: Good
A new Flutter plugin for record the screen. This plugin can be used for record the screen on android, iOS, and web devices.
flutter_exif_rotation
π 95 β¬οΈ 28.9K
Dart 3 compatibleMaintenance Status: Average
Flutter plugin that fixes the picture orientation when it's took in landscape for some devices.
bitmap
π 101 β¬οΈ 258
Dart 3 compatibleMaintenance Status: Good
Bitmap is a fast and minimalistic lib that helps you to manipulate images in.
gif
π 78 β¬οΈ 27.4K
Dart 3 compatibleMaintenance Status: Poor
Control a gif using flutter animation controller. You can either specify a fixed duration or set the framerate of the playback.
direct_link
π 83 β¬οΈ 104
Dart 3 compatibleMaintenance Status: Good
Direct link extractor from URL to stream and download directly.
flutter_video_info
π 73 β¬οΈ 8.4K
Dart 3 compatibleMaintenance Status: Average
A flutter plugin to get basic metadata information of a video file.
native_exif
π 47 β¬οΈ 36.7K
Dart 3 compatibleMaintenance Status: Good
A plugin to read and write exif data of images.
flutter_youtube_downloader
π 71 β¬οΈ 51
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin for extracting and downloading youtube video url
youtube
π 59 β¬οΈ 194
Dart 3 compatibleMaintenance Status: Average
A package to get youtube video information and thumbnail in multiple quality.
cached_memory_image
π 50 β¬οΈ 6.3K
Dart 3 compatibleMaintenance Status: Poor
A Flutter library to show images from the Base64, Uint8List and keep them in the cache directory.
image_compare
π 50 β¬οΈ 3.4K
Dart 3 compatibleMaintenance Status: Poor
Dart package for image comparison. Compare images for difference using a variety of algorithms.
flutter_media_downloader
π 52 β¬οΈ 316
Dart 3 compatibleMaintenance Status: Average
This plugin helps user to download medias for example pdf files, image files etc.
media_scanner
π 48 β¬οΈ 3.7K
Dart 3 compatibleMaintenance Status: Good
Media scanner is library for scan new Media in Gallery, Only work in Android
ffmpeg_cli
π 49 β¬οΈ 262
Dart 3 compatibleMaintenance Status: Poor
Run FFMPEG CLI commands from Dart.
youtube_downloader
π 48 β¬οΈ 60
Dart 3 compatibleMaintenance Status: Poor
youtube_downloader is a Flutter package that allows the developers to download youtube videos in several formats such as mp3 and mp4.
fast_image_compress
π 44 β¬οΈ 523
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin that allows you to compress images easily and quickly.
extractor
π 44 β¬οΈ 78
Dart 3 compatibleMaintenance Status: Good
A robust Flutter plugin for downloading videos and audio from 1000+ websites using yt-dlp. Features quality selection, format conversion, progress tracking, and more.
audio_metadata_reader
π 40 β¬οΈ 3.7K
Dart 3 compatibleMaintenance Status: Good
A metadata reader for audio files. Support ID3, Vorbis comments and ILST itunes
media_info
π 41 β¬οΈ 82
Dart 3 compatibleMaintenance Status: Poor
Determine multimedia file properties like width, height, duration
export_video_frame
π 41 β¬οΈ 63
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin for iOS and Android for exporting picture from video file.
flutter_chord
π 40 β¬οΈ 98
Dart 3 compatibleMaintenance Status: Poor
Lyrics Chord parser and renderer for Flutter. It also comes with transpose and auto-scroll features.
interactable_svg
π 38 β¬οΈ 131
Dart 3 compatibleMaintenance Status: Poor
Flutter package to interact with different regions of an SVG.
facebook_video_download
π 33 β¬οΈ 27
Dart 3 compatibleMaintenance Status: Poor
A Flutter package to get facebook post details and download links.
dlna_dart
π 29 β¬οΈ 4.3K
Dart 3 compatibleMaintenance Status: Good
simple dlna client in pure dart,works fine in flutter,do all the job less than 500 lines
flutter_midi_pro
π 31 β¬οΈ 1.6K
Dart 3 compatibleMaintenance Status: Good
The `flutter_midi_pro` plugin provides functions for loading SoundFont (.sf2) files, changing instruments and playing notes with midi commands.
ffmpeg_helper
π 27 β¬οΈ 63
Dart 3 compatibleMaintenance Status: Poor
FFmpeg commands helper for flutter with support for setup on windows platform.
getter
π 27 β¬οΈ 26
Dart 3 compatibleMaintenance Status: Poor
By using this plugin you can get images, videos, or audios from the local storage.
flutter_image_converter
π 23 β¬οΈ 1.6K
Dart 3 compatibleMaintenance Status: Average
Ultimate converter between Dart & Flutter images: ui, widgets, package image, ImageProvider, raw bytes, Base64 string. Works in any direction.
youtube_metadata
π 24 β¬οΈ 52
Dart 3 compatibleMaintenance Status: Poor
A lightweightβ‘ Flutter package that can fetch basic data from a youtube video url including thumbanail url
youtube_caption_scraper
π 20 β¬οΈ 52
Dart 3 compatibleMaintenance Status: Average
Parse subtitles/captions from YouTube without authorization.
video_url_validator
π 16 β¬οΈ 573
Dart 3 compatibleMaintenance Status: Good
Video URL Validator will validate Video URLs from Popular Video Platforms.
open_simplex_2
π 10 β¬οΈ 100
Dart 3 compatibleMaintenance Status: Poor
Dart implementation of KdotJPG's OpenSimplex2 noise algorithms.
ve_sdk_flutter
π 7 β¬οΈ 465
Dart 3 compatibleMaintenance Status: Good
Banuba Video Editor Flutter plugin.
flutter_media_metadata
π 74 β¬οΈ 48
Maintenance Status: Poor
A Flutter plugin to read metadata of media files.
flutter_gif
π 56 β¬οΈ 1.6K
Maintenance Status: Poor
gif image widget help to control gif progress,speed,repeat frames .
metadata_god
π 33 β¬οΈ 1.4K
Maintenance Status: Good
Plugin for retrieving and writing audio tags/metadata from audio files
local_image_provider
π 31 β¬οΈ 134
Maintenance Status: Poor
A library for retrieving the metadata and contents of the images, videos, and albums on a mobile device.
network_image_to_byte
π 19 β¬οΈ 18
Maintenance Status: Poor
Convert network image to byte data as type Uint8List
m3u
π 12 β¬οΈ 13
Maintenance Status: Poor
Simple Dart tool to parse M3U and M3U_Plus files from a string or document string.
