flutter_chips_input icon indicating copy to clipboard operation
flutter_chips_input copied to clipboard

Chip suggestion gives error while searching for multiple chip inputs on android.

Open rahul14723 opened this issue 4 years ago • 1 comments

E/MethodChannel#flutter/textinput(22539): Failed to handle method call E/MethodChannel#flutter/textinput(22539): java.lang.IndexOutOfBoundsException: invalid composing start: 0 E/MethodChannel#flutter/textinput(22539): at io.flutter.embedding.engine.systemchannels.TextInputChannel$TextEditState.(TextInputChannel.java:719) E/MethodChannel#flutter/textinput(22539): at io.flutter.embedding.engine.systemchannels.TextInputChannel$TextEditState.fromJson(TextInputChannel.java:680) E/MethodChannel#flutter/textinput(22539): at io.flutter.embedding.engine.systemchannels.TextInputChannel$1.onMethodCall(TextInputChannel.java:91) E/MethodChannel#flutter/textinput(22539): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233) E/MethodChannel#flutter/textinput(22539): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85) E/MethodChannel#flutter/textinput(22539): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:818) E/MethodChannel#flutter/textinput(22539): at android.os.MessageQueue.nativePollOnce(Native Method) E/MethodChannel#flutter/textinput(22539): at android.os.MessageQueue.next(MessageQueue.java:335) E/MethodChannel#flutter/textinput(22539): at android.os.Looper.loop(Looper.java:183) E/MethodChannel#flutter/textinput(22539): at android.app.ActivityThread.main(ActivityThread.java:8010) E/MethodChannel#flutter/textinput(22539): at java.lang.reflect.Method.invoke(Native Method) E/MethodChannel#flutter/textinput(22539): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631) E/MethodChannel#flutter/textinput(22539): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978) E/flutter (22539): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: PlatformException(error, invalid composing start: 0, null, java.lang.IndexOutOfBoundsException: invalid composing start: 0 E/flutter (22539): at io.flutter.embedding.engine.systemchannels.TextInputChannel$TextEditState.(TextInputChannel.java:719) E/flutter (22539): at io.flutter.embedding.engine.systemchannels.TextInputChannel$TextEditState.fromJson(TextInputChannel.java:680) E/flutter (22539): at io.flutter.embedding.engine.systemchannels.TextInputChannel$1.onMethodCall(TextInputChannel.java:91) E/flutter (22539): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233) E/flutter (22539): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85) E/flutter (22539): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:818) E/flutter (22539): at android.os.MessageQueue.nativePollOnce(Native Method) E/flutter (22539): at android.os.MessageQueue.next(MessageQueue.java:335) E/flutter (22539): at android.os.Looper.loop(Looper.java:183) E/flutter (22539): at android.app.ActivityThread.main(ActivityThread.java:8010) E/flutter (22539): at java.lang.reflect.Method.invoke(Native Method) E/flutter (22539): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631) E/flutter (22539): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978) E/flutter (22539): ) E/flutter (22539): #0 JSONMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:158:7) E/flutter (22539): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:158:18) E/flutter (22539):

rahul14723 avatar Mar 12 '21 12:03 rahul14723

E/flutter (21999): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: PlatformException(error, invalid composing start: 1, null, java.lang.IndexOutOfBoundsException: invalid composing start: 1 E/flutter (21999): at io.flutter.embedding.engine.e.x$d.(SourceFile:15) E/flutter (21999): at io.flutter.embedding.engine.e.x$d.a(SourceFile:6) E/flutter (21999): at io.flutter.embedding.engine.e.w.a(SourceFile:29) E/flutter (21999): at f.a.a.a.o$a.a(SourceFile:2) E/flutter (21999): at io.flutter.embedding.engine.a.c.a(SourceFile:12) E/flutter (21999): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(SourceFile:2) E/flutter (21999): at android.os.MessageQueue.nativePollOnce(Native Method) E/flutter (21999): at android.os.MessageQueue.next(MessageQueue.java:336) E/flutter (21999): at android.os.Looper.loop(Looper.java:197) E/flutter (21999): at android.app.ActivityThread.main(ActivityThread.java:7948) E/flutter (21999): at java.lang.reflect.Method.invoke(Native Method) E/flutter (21999): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) E/flutter (21999): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075) E/flutter (21999): ) E/flutter (21999): #0 JSONMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:158) E/flutter (21999): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:158) E/flutter (21999):

rahul14723 avatar Mar 16 '21 10:03 rahul14723