dartoos-dev / formdator

Object-oriented package for validating Flutter form fields.
MIT License
10 stars 2 forks source link

feat: Int and ReqInt, integer constraint validators #114

Closed rafamizes closed 3 years ago

rafamizes commented 3 years ago

Closes #113

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 (93354a3) into master (7b7d23d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #114   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        35    +2     
  Lines          328       368   +40     
=========================================
+ Hits           328       368   +40     
Impacted Files Coverage Δ
lib/src/numeric/int.dart 100.00% <100.00%> (ø)
lib/src/numeric/req_int.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b7d23d...93354a3. Read the comment docs.

rafamizes commented 3 years ago

@rultor merge it.

rultor commented 3 years ago

@rultor merge it.

@rafamizes OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 3 years ago

@rultor merge it.

@rafamizes Done! FYI, the full log is here (took me 3min)