Ernesto Alfonso

Results 3 issues of Ernesto Alfonso

**Is your feature request related to a problem? Please describe.** I've been strugling miself to make tests to the navigation on my app 'cause there is not documentation and I...

Actually the `Validator.number` is validating integer values: ``` dart /// Gets a validator that validates if the control's value is a numeric value. static Validator get number => const NumberValidator();...

With this MR I solve some of the dart analysis issues. This will increase the`Pub Points` in the pub.dev. You should get 140 pub points merging this PR Also I...