flutter_keyboard_visibility icon indicating copy to clipboard operation
flutter_keyboard_visibility copied to clipboard

migrate to package:web and implement keyboard detection

Open raldhafiri opened this issue 10 months ago • 6 comments

Add support for notifying soft keyboard visibility on web and migrate to package:web

  • #10
  • #150

raldhafiri avatar Apr 09 '24 00:04 raldhafiri

Hi @MisterJimson .. could you please review this pull request

raldhafiri avatar May 07 '24 21:05 raldhafiri

Hello @MisterJimson I am very interested in WASM and appreciate it if you can review the pull request and merge it. Thank you!

ot-repo avatar May 15 '24 05:05 ot-repo

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

raldhafiri avatar May 15 '24 09:05 raldhafiri

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

ot-repo avatar May 15 '24 10:05 ot-repo

@MisterJimson This is blocking WASM compilation for our project (see: https://docs.flutter.dev/platform-integration/web/wasm)

dxvid-pts avatar Jun 01 '24 12:06 dxvid-pts

Any chances this will get merge it has been 5 months since pull request opened? much apperciated everyone

raldhafiri avatar Sep 23 '24 09:09 raldhafiri