dartoos-dev / formdator

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

feat: create Hex and ReqHex validators #102

Closed rafamizes closed 3 years ago

rafamizes commented 3 years ago

Closes #93

codecov[bot] commented 3 years ago

Codecov Report

Merging #102 (985dfd8) into master (9c9e261) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #102   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        31    +4     
  Lines          220       271   +51     
=========================================
+ Hits           220       271   +51     
Impacted Files Coverage Δ
lib/src/core/match.dart 100.00% <100.00%> (ø)
lib/src/core/req_match.dart 100.00% <100.00%> (ø)
lib/src/numeric/hex.dart 100.00% <100.00%> (ø)
lib/src/numeric/req_hex.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 a8e7def...985dfd8. 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 2min)