Releases: alexmercerind/flutter_media_metadata
Releases · alexmercerind/flutter_media_metadata
v1.0.0 Integrity
- Now supporting all platforms Windows, Linux, macOS, Android, iOS & Web. 🎉🎉🎉
- Add web support (@alexmercerind).
- Add iOS support (@DiscombobulatedDrag).
- Revert to using
CompletableFutureon Android (@alexmercerind).
v0.1.2
This new release of flutter_media_metadata adds & fixes:
- Add iOS support (@DiscombobulatedDrag)
- Linux: Use
wcstombsforstd::wstringconversion (@alexmercerind). - Linux: Fix segmentation fault with no album art files (@alexmercerind).
- Windows: Fix media having no tags & embedded album art container causing crash (@alexmercerind).
- Windows: Fix UTF16 tags not being parsed properly (@alexmercerind).
- Windows: Add
file_pathto metadata (@alexmercerind). - Windows & Linux: Fix FLAC album arts (@alexmercerind).
- Windows & Linux: Use Format
Stream_Generalfor METADATA_BLOCK_PICTURE detection (@alexmercerind).
v0.1.1 New Horizons
This new release of flutter_media_metadata adds & fixes:
- Added Windows support.
- Moved
MediaMetadataRetriever.setDataSource&MediaMetadataRetriever.extractMetadatacalls to another non-UI thread on Android. - Improved Linux support.
- Added support for embedded album arts on Windows & Linux.
- Changed API to be more async friendly by being just a single call,
MetadataRetriever.fromFile.
