Joan Pablo

Results 119 comments of Joan Pablo

Hi @vasilich6107, Could you explain to me a little better how to set up automation for release? Thanks

I totally agree with @kuhnroyal. I want to carefully decide what to release as an official version of the package. I also don't want that the version number of the...

Hi @vasilich6107 and @kuhnroyal I'm more that glad to implement some kind of flow in whish you both are involved, and to accept PR based on scores for example a...

Hi @sumitsharansatsangi, Thanks for the issue. I will take a look at the issue with the last version.

Hi @OVERENSAL, It sounds like you might have declared the FormGroup inside a Stateless Widget and each time the widget is destroyed and rebuilt you start with a fresh formGroup....

Hi @Burnwood1911, You can use the **ReactiveStatusListenableBuilder** to listen when the status of the **ReactiveTextField** changes (valid/invalid) and convert your Shaker widget into an Implicit animation instead of your current...

If you don't want to covert your Shaker into an Implicit animation I believe you can still using the ReactiveStatusListenableBuilder and just trigger the shaker.shake() if the control is invalid...

Hi @laogao Thanks for the issue. I understand that you would like to validate that an array, map, or any other type of Iterable must have at least one element....

In my opinion null or empty string have a different meaning from an empty collection. When I'm validating a field I want to make sure the field contains a value...

Hi @laogao, Thanks for the answer. Would you mind giving me an example of the numbers validation issues that your were referring in your comments and how it relates with...