Artur Assis Alves
Artur Assis Alves
- Fix double emission for _second/_minute streams - Implement tests for some of the remaining methods and function
The parameters RightBreak can only be used as break elements. If the user wants to use them as suffix, it is not necessarily possible. For example, if I want "HH...
Some methods and attributes may have their docstring improved. As an example, there is the static method getDisplayTime, which, when the parameter `minute` receives argument true, has different behavior depending...
The project does not have unit tests yet. Implementing these tests could significantly enhance its reliability and make it more appealing to new users. Also, covering the main functionalities with...
## Connection with issue(s) Close #128 Connected to #119 #116 ## Solution description ## Screenshots or Videos ## To Do - [x] Read [contributing guide](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) - [ ] Check the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 11.0.0 ### What you'd like to happen ```Markdown Given the current...
## Connection with issue(s) Close #??? Connected to #??? ## Solution description ## Screenshots or Videos ## To Do - [ ] Read [contributing guide](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) - [ ] Check the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package/Plugin version 12.0.0 ### What you'd like to happen The following validators were...
The fourth approach added to the benchmark is the finite state machine approach. It is faster because it loops through the message chars only once.