From 2b7de625044fa6cd0809543f5b3d2c0327d210ef Mon Sep 17 00:00:00 2001 From: Aliasgar Murtaza Date: Mon, 15 Nov 2021 11:04:42 +0400 Subject: [PATCH 1/2] Add `image/heic` mime type --- lib/src/default_extension_map.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/default_extension_map.dart b/lib/src/default_extension_map.dart index fa5c99a..86ee02e 100644 --- a/lib/src/default_extension_map.dart +++ b/lib/src/default_extension_map.dart @@ -308,6 +308,7 @@ const Map defaultExtensionMap = { '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', From 6aa58940caa2160919db0f28e6825eb6e12d2939 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 15 Nov 2022 21:58:32 +0000 Subject: [PATCH 2/2] Add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d411b..f2f953d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 1.0.3 * Add image/avif mimeType lookup by extension. +* Add image/heic mimeType lookup by extension. # 1.0.2