Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Add image/heic mime type #58

Merged
merged 3 commits into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.0.3

* Add image/avif mimeType lookup by extension.
* Add image/heic mimeType lookup by extension.

# 1.0.2

Expand Down
1 change: 1 addition & 0 deletions lib/src/default_extension_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ const Map<String, String> defaultExtensionMap = <String, String>{
'hal': 'application/vnd.hal+xml',
'hbci': 'application/vnd.hbci',
'hdf': 'application/x-hdf',
'heic': 'image/heic',
'hh': 'text/x-c',
'hlp': 'application/winhlp',
'hpgl': 'application/vnd.hp-hpgl',
Expand Down