You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,14 +66,19 @@ class StyleTextDomTransformer extends DomTransformer {
63
66
```
64
67
65
68
## Installation
66
-
Add this dependency your pubspec.yaml file:
69
+
Add this dependency your `pubspec.yaml` file:
67
70
68
71
```
69
72
dependencies:
70
-
enough_mail_html: ^1.3.0
73
+
enough_mail_html: ^2.0.0
71
74
```
72
75
The latest version or `enough_mail_html` is [](https://pub.dartlang.org/packages/enough_mail_html).
73
76
77
+
Note: you might need to set a dependency override for the xml package:
0 commit comments