TF-1961 Transform html email content in composer
(cherry picked from commit f5470c130744242195b265a0ea4aad044ad8e740)
This commit is contained in:
@@ -110,7 +110,7 @@ class NetworkBindings extends Bindings {
|
||||
|
||||
void _bindingTransformer() {
|
||||
Get.put(const HtmlEscape());
|
||||
Get.put(HtmlTransform(Get.find<DioClient>()));
|
||||
Get.put(HtmlAnalyzer(Get.find<HtmlTransform>(), Get.find<HtmlEscape>()));
|
||||
Get.put(HtmlTransform(Get.find<DioClient>(), Get.find<HtmlEscape>()));
|
||||
Get.put(HtmlAnalyzer(Get.find<HtmlTransform>()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user