-
Notifications
You must be signed in to change notification settings - Fork 864
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
Cannot build to WASM with flutter_quill #1889
Comments
Yeahhhh...not sure how this will play out but looking at flutter_keyboard_visibility_web: ^2.0.0 there has not been any updates in years and the likely hood of quill to undergo some big migration just so we can build with wasm. |
A migration can also be done partially. |
You can't dodge it. Quill has the keyboard package as dependency, hence until the keyboard package gets updated and quill updates the dependency as well you are kinda stuck. |
True, we are dependent on the keyboard package but quill itself could be updated in the meantime:) |
Yep, as long as |
Exactly |
@singerdmx is there a reason this was closed? I could not find any PR for this and flutter_quill still depends on the html package |
I already migrated a few open-source packages to |
I believe he was referring to this pull request: MisterJimson/flutter_keyboard_visibility#155.
|
Does this issue still persists? |
Thank you for the offer, in case you're still interested, feel free to take a look at #2230, #2220, and #1998.
Should still do since Will have to introduce a replacement. |
Should be solved once #1889 is solved. Update: Fixed in #1889 by forking and replacing flutter_keyboard_visibility with flutter_keyboard_visibility_temp_fork. |
Is there an existing issue for this?
The question
https://docs.flutter.dev/platform-integration/web/wasm
I found a problem when i was built to Web in WASM.
So i check the
flutter pub deps
and found the reason. that flutter_keyboard_visibility_web wasn't updated (dart:html to web) and I think it's uncertainly to will be done.However please tell me how can I dodge this problem within use the flutter_quill till flutter_keyboard_Visibility_web's update.
log is as follows:
The text was updated successfully, but these errors were encountered: