Sunil Gupta

Results 19 comments of Sunil Gupta

I do not remember - but I do now use this: https://pub.dev/packages/universal_io

Where did you try catch @YouROK ? In your code? where?

nope, still get this error: Error: UnimplementedError: removeJavaScriptChannel is not implemented on the current platform C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 266:49 throw_ packages/webview_flutter_platform_interface/src/platform_webview_controller.dart 205:5 removeJavaScriptChannel packages/webview_flutter/src/webview_controller.dart 271:21 removeJavaScriptChannel packages/youtube_player_iframe/src/controller/youtube_player_controller.dart 671:29 close

But then how do you get the long press to work for copy/paste?

I am on 3.13.6 and after 20+ hours had to do this to get things working - may help you: (My app builds for Web, IOS, Windows, Android, MacOS) firebase_auth:...

The Flutter build-in ReorderableListView works - there are less controls available, but I no longer get any errors. I'd still like to use Reorderables though if this issue can be...

The built-in ReorderableListView shows all added children.

Hi - the behaviour is fine. You need to manually scroll with the Scroll Controller. This is manual since you may need to scroll differently - for example by the...

Did you try running this first: flutter packages pub run build_runner build --delete-conflicting-outputs