Artur Assis Alves

Results 21 comments of Artur Assis Alves

@deandreamatias ok, I will do that. I implemented only the bool validators. I am using the version already implemented to make use of the tests, but today I will implement...

I added a section at the end of the readme for the discussion. But it can also be discussed here. I made a video documentation about what I did too....

> 1. 1. Is really hard to catch all cases and logic on the API propouse. Make sense the abstract concept, but I think that the implementation can be more...

Tomorrow I will give a better comment on the new API prototype. But it is already implemented for the examples. Fell free to take a look at the new_api_prototype.dart if...

Conventions: I will call the API that is being used as "original api", the previous proposal as "initial prototype" and this prototype as "new prototype". About the new prototype: -...

I also explored possibilities using operator overloading which would allow things like: req() * isNum() * (gt(10) * lt(15) + gtE(20)), using boolean logic notation as example. But it would...

I want to know if the parameter `regex` in some of the validators is really necessary. There is an example below of a validator that checks if the input has...

There are some considerations about collection validators below: 1. I moved the `containsElement` validator from the 'collections' group to a new group that I called 'generic validators', which are validators...

# Static vs dynamic values in validators I will use the isEqual validator to show some issues that I found, but it is valid for other validators like: `isGreaterThan`, `isNotEqual`,...

Ok, I will continue implementing the other validators that suffer from the same problem in the FormBuilder without using the dynamic value parameter. Given that it is probably a bug...