-
-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After update to Flutter v1.7.2-pre.12 the app does not work #100
Comments
Getting the same issue. Not sure what can be causing it. Just upgraded flutter, I'm on 0.10.1 of this library. |
This is my flutter version:
|
I tried downgraded to 0.9.9 and same thing:
|
BTW it appears that this issue only occurs on Android. It seems to call .text twice: |
There was a breaking change dealing with TextSpans pushed to the Flutter master channel recently. I believe the change has been reverted, so possibly updating flutter again or switching to an older flutter version. I've been following that particular pull request and I'll report when I know more about whether or not it's causing this issue and if it is a breaking change that's here to stay I'll get an update for this package out ASAP. |
I can confirm that this is due to a breaking Flutter change that is currently rolling out. If you are on the master or dev branches of Flutter, temporarily switching to Flutter version 0.7.0 or below should fix this issue for now. I will personally work on fixing this issue within the next week. |
Version 0.10.1+hotfix.1 resolves this issue. |
Hi all,
Today morning I updated Flutter and now cannot start or build my app and following errors come from "flutter_html"
Does someone knows how to fix it?
The text was updated successfully, but these errors were encountered: