flutter_keyboard_visibility
flutter_keyboard_visibility copied to clipboard
migrate to package:web and implement keyboard detection
Add support for notifying soft keyboard visibility on web and migrate to package:web
- #10
- #150
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. Thank you!
Hello @MisterJimson I am very interested in WASM and appreciate it if you can review the pull request and merge it. Thank you!
I would recommend you to create pubspec_overrides.yaml and use it until it get merged or fork my repo I know its not the best solution but hopefully it will be merged soon to support WASM
dependency_overrides:
flutter_keyboard_visibility_web:
git:
url: https://github.com/raldhafiri/flutter_keyboard_visibility.git
ref: master
path: flutter_keyboard_visibility_web
Hello @MisterJimson I am very interested in WASM and appreciate it if you can review the pull request and merge it. Thank you!
I would recommend you to create pubspec_overrides.yaml and use it until it get merged or fork my repo I know its not the best solution but hopefully it will be merged soon to support WASM
dependency_overrides: flutter_keyboard_visibility_web: git: url: https://github.com/raldhafiri/flutter_keyboard_visibility.git ref: master path: flutter_keyboard_visibility_web
Thank you for the suggestion. At least we can test our solution now. Hope it gets merged as soon as possible. Regards
@MisterJimson This is blocking WASM compilation for our project (see: https://docs.flutter.dev/platform-integration/web/wasm)
Any chances this will get merge it has been 5 months since pull request opened? much apperciated everyone