da_Revo

Results 6 comments of da_Revo

GRPC support would be great to have postman has launched beta support for it too. I am seriously considering converting my backend to use GRPC.

``` /// in pinput_state.dart void _onChanged(String pin) { widget.onChanged?.call(pin); if (_completed) { widget.onCompleted?.call(pin); /// changing pin to pin.substring(0,widget.length) here could work _maybeValidateForm(); _maybeCloseKeyboard(); } } ```

This error can be replicated by inputting more characters than specified in the `length` property, quickly.

Since pin is just the text in the controller, it can be changed while onCompleted is called asynchronously. That could be the cause.

Flutter (Channel stable, 2.10.5, on macOS 12.3.1 21E258 darwin-arm, locale en-IN)