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
If you are experiencing difficulty using other libraries alongside flutter_html: ^2.2.1, Here I have forked and modified the original flutter_html repository to enable compatibility with other packages such as webview_flutter and flutter_svg.
To use the modified version of flutter_html, you can add the following to your pubspec.yaml file:
If you are experiencing difficulty using other libraries alongside
flutter_html: ^2.2.1
, Here I have forked and modified the original flutter_html repository to enable compatibility with other packages such aswebview_flutter
andflutter_svg
.To use the modified version of flutter_html, you can add the following to your pubspec.yaml file:
Additionally, if you want to use the latest version of
flutter_svg
, you can override its dependency in thepubspec.yaml
file as follows:The text was updated successfully, but these errors were encountered: