TF-761 Implement reduce image size when add inline image
This commit is contained in:
@@ -58,5 +58,6 @@ class CoreBindings extends Bindings {
|
||||
|
||||
void _bindingUtils() {
|
||||
Get.put(const Uuid());
|
||||
Get.put(CompressFileUtils());
|
||||
}
|
||||
}
|
||||
@@ -69,7 +69,7 @@ class NetworkBindings extends Bindings {
|
||||
|
||||
void _bindingApi() {
|
||||
Get.put(JmapHttpClient.HttpClient(Get.find<Dio>()));
|
||||
Get.put(DownloadClient(Get.find<DioClient>()));
|
||||
Get.put(DownloadClient(Get.find<DioClient>(), Get.find<CompressFileUtils>()));
|
||||
Get.put(DownloadManager(Get.find<DownloadClient>()));
|
||||
Get.put(MailboxAPI(Get.find<JmapHttpClient.HttpClient>()));
|
||||
Get.put(SessionAPI(Get.find<JmapHttpClient.HttpClient>()));
|
||||
|
||||
Reference in New Issue
Block a user