-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
The non-abstract class 'HtmlFlex' is missing implementations for these members #1312
Comments
Same issue class _HtmlFlexRenderObject extends RenderBox : Error: The method 'hashValues' isn't defined for the class 'SlidableRatioNotification'.
|
The second part of your error has to do with the slidable plugin, which I also had a problem with. But the fix is currently on their master branch, just not pushed to pub.dev letsar/flutter_slidable#484 |
Having this issue also when trying to compile a web app Compiling lib/main.dart for the Web...
|
Facing this as well. |
Yes, there is a conflict between this package and Flutter master. I'm working on a fix. |
Is there a quick and dirty fix we can do in the meantime to get it working again? EDIT: Ok I think I got it working with these changes, until the official fix comes in: Line 38:
Line 177:
|
EDIT2, Im getting a ton of crashes with the above code. Not sure if its a problem with the flutter framework or my bad code. Use with caution |
The proper fix will require Flutter 3.24 so I will do a workaround for v0.15 and release it today. The fix will be released as v0.16 since it is a breaking change. |
|
@daohoangson
I am getting all sorts of weird glitching on Android when I use HTMLWidget. I don't know if its an issue with this repo or the underlying Flutter SDK, I suspect its a flutter issue as I see this similar problem reported: flutter/flutter#153762 EDIT: Everything is A-OK on 3.24.1 stable branch, but occurs on master branch 3.25 Otherwise thanks much for the fix! |
Ignore my previous comments, it looks like this is a bug with impeller and not to do with this repo 👍 |
I started to get this error after upgrade to the latest master branch version, I haven't done an update for about a week and a half, so I'm not sure when exactly this appeared:
Oddly, it doesn't actually go on to tell me the members...
this is on the latest master channel version:
The text was updated successfully, but these errors were encountered: