Charles Kremer
Results
2
comments of
Charles Kremer
For those interested: I got it to work on iOS through Flutter Channels: ```dart // main.dart class MyTextSelectionControls extends CupertinoTextSelectionControls { // https://api.flutter.dev/flutter/widgets/TextSelectionControls/handlePaste.html // https://flutter.dev/docs/development/platform-integration/platform-channels#step-4-add-an-ios-platform-specific-implementation static final channelName = 'clipboard/image';...
https://github.com/graphdeeplearning/benchmarking-gnns/issues/56