flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

[Mobile] Missing concrete implementation of 'TextInputClient.performSelector'. Try implementing the missing method, or make the class abstract.

Open louislamlam opened this issue 3 years ago • 1 comments

This error happens when I use flutter master channel Flutter:3.1.0-0.0.pre.2122 with flutter_quill: 5.4.1.

The reason I needa use the latest master version is here: https://github.com/flutter/flutter/issues/104049

May I ask if it's possible to fix it? Thanks!

louislamlam avatar Aug 06 '22 22:08 louislamlam

Add

@override
  void performSelector(String selectorName) {}

inside the raw_editor.dart file in line 248

FelixMittermeier avatar Aug 22 '22 21:08 FelixMittermeier

@FelixMittermeier Sorry for late reply, Thank you!

louislamlam avatar Jul 28 '23 19:07 louislamlam