File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.2
2+
3+ - Add iOS support (@DiscombobulatedDrag )
4+ - Linux: Use ` wcstombs ` for ` std::wstring ` conversion (@alexmercerind ).
5+ - Linux: Fix segmentation fault with no album art files (@alexmercerind ).
6+ - Windows: Fix media having no tags & embedded album art container causing crash (@alexmercerind ).
7+ - Windows: Fix UTF16 tags not being parsed properly (@alexmercerind ).
8+ - Windows: Add ` file_path ` to metadata (@alexmercerind ).
9+ - Windows & Linux: Fix FLAC album arts (@alexmercerind ).
10+ - Windows & Linux: Use Format ` Stream_General ` for METADATA_BLOCK_PICTURE detection (@alexmercerind ).
11+
112## 0.1.1
213
314- Added Windows support.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
77 name: async
88 url: "https://pub.dartlang.org"
99 source: hosted
10- version: "2.6 .1"
10+ version: "2.8 .1"
1111 boolean_selector:
1212 dependency: transitive
1313 description:
@@ -28,7 +28,7 @@ packages:
2828 name: charcode
2929 url: "https://pub.dartlang.org"
3030 source: hosted
31- version: "1.2.0 "
31+ version: "1.3.1 "
3232 clock:
3333 dependency: transitive
3434 description:
@@ -73,7 +73,7 @@ packages:
7373 name: meta
7474 url: "https://pub.dartlang.org"
7575 source: hosted
76- version: "1.3 .0"
76+ version: "1.7 .0"
7777 path:
7878 dependency: transitive
7979 description:
@@ -127,7 +127,7 @@ packages:
127127 name: test_api
128128 url: "https://pub.dartlang.org"
129129 source: hosted
130- version: "0.3.0 "
130+ version: "0.4.2 "
131131 typed_data:
132132 dependency: transitive
133133 description:
Original file line number Diff line number Diff line change 11name : flutter_media_metadata
22description : A Flutter plugin to read metadata of media files.
3- version : 0.1.1
3+ version : 0.1.2
44homepage : https://github.com/alexmercerind/flutter_media_metadata
55repository : https://github.com/alexmercerind/flutter_media_metadata
66documentation : https://github.com/alexmercerind/flutter_media_metadata/blob/master/README.md
You can’t perform that action at this time.
0 commit comments