daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Incompatible with geolocator 13.0.1 #1313

Closed mulfa8525 closed 2 weeks ago

mulfa8525 commented 2 months ago

Untitled

Hi, sir...

Please check the latest version of geolocator (currently 13.0.1). Because the latest version of your package (0.15.1) is not compatible with geolocator 13.0.1.

Hopefully you can fix my report as soon as possible.

Thank you for your incredibly useful package.

AtjonTV commented 2 months ago

For anyone that needs to get it working asap and cant wait for a release.

dependencies:
  flutter_widget_from_html: #^0.15.1 # Temporary: Using git until a release is made
    git:
      url: https://github.com/daohoangson/flutter_widget_from_html.git
      ref: 214e551f3c35c189d22546325db8b5bc103b7b88
      path: packages/enhanced

dependency_overrides:
  web: ^1.0.0 # Temporary: Override to web:1.0.0 until all packages are updated
  fwfh_webview: #^0.15.1 # Temporary: Using git until a release is made
    git:
      url: https://github.com/daohoangson/flutter_widget_from_html.git
      ref: 214e551f3c35c189d22546325db8b5bc103b7b88
      path: packages/fwfh_webview
daohoangson commented 1 month ago

v0.15.2 has been released with support for web@v1, please try upgrading to see whether it works in your app.