-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
migrate to package:web and implement keyboard detection #155
base: master
Are you sure you want to change the base?
Conversation
4f5e4da
to
ad25e70
Compare
Hi @MisterJimson .. could you please review this pull request |
Hello @MisterJimson I am very interested in WASM and appreciate it if you can review the pull request and merge it. |
I would recommend you to create pubspec_overrides.yaml and use it until it get merged or fork my repo
|
Thank you for the suggestion. At least we can test our solution now. Hope it gets merged as soon as possible. |
@MisterJimson This is blocking WASM compilation for our project (see: https://docs.flutter.dev/platform-integration/web/wasm) |
flutter_keyboard_visibility_web/lib/flutter_keyboard_visibility_web.dart
Show resolved
Hide resolved
Any chances this will get merge it has been 5 months since pull request opened? |
Add support for notifying soft keyboard visibility on web and migrate to package:web
package:web
package to support WASM #150