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