Alessandro Riperi

Results 23 comments of Alessandro Riperi

Why is this issue not being assigned to anyone? I really can't understand...

> i have the same issue, I think I know what's the matter. Samsung has a non-standard clipboard that can contain: text, pictures, etc. because, for example, if you copy...

Yes, I mean using the backspace. It seems to me counter intuitive that upon patching the control value is null, and after having been cleared it becomes an empty string....

I see this method in `DefaultValueAccessor`: ``` writeValue(value: any): void { const normalizedValue = value == null ? '' : value; this.setProperty('value', normalizedValue); } ``` So shouldn't the value be...

> > In my project I have created two routers with different routes (e.g. `phoneRouter` and `tabletRouter`), also added listeners to sync the state of the two routers when one...

Same problem here. Many users reporting it lately.

Is this library abandoned? Just to know if I have to migrate elsewhere...

Further update... it happens when there's free text outside xml tags.

Hi, I have the same problem with version 3.0.2. Several reports like: ``` Caused by java.lang.IllegalStateException: Reply already submitted at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply (DartMessenger.java) at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success (MethodChannel.java) at com.kineapps.flutter_file_dialog.FileDialog.finishSuccessfully (FileDialog.java) at com.kineapps.flutter_file_dialog.FileDialog.onActivityResult...