-
-
Notifications
You must be signed in to change notification settings - Fork 908
[1.0.0-pre.1] - Compiler errors #251
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
Comments
I fixed this issue with changing the dependency to flutter_svg in
|
After a flutter upgrade I'm hit by this as well. The workaround mentioned above doesn't work, I'm getting:
|
You can override dependencies in your own project's pubspec.yaml, then you don't need to worry about editing the package's pubspec. This fixes the issue:
|
This was referenced May 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using successfully
^1.0.0-pre.1
until this month beginning, but now I have an error message when compiling for iOS.When I replace
flutter_html: ^1.0.0-pre.1
byflutter_html: ^0.11.1
, everything runs fine.But I really, really need furigana/ruby support.
Is this a bug in 1.0.0-pre.1 ?
Is there any date planed to integrate 1.0.0-pre.1 in the master branch ?
Thank you very much for all your work. Furigana on flutter was really missing.
The text was updated successfully, but these errors were encountered: