simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

#150 add String.isNullOrBlank and String.isNotNullOrBlank #151

Closed komape closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #151 (430cb04) into master (4d3102f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files          12       12           
  Lines         763      765    +2     
=======================================
+ Hits          746      748    +2     
  Misses         17       17           
Impacted Files Coverage Δ
lib/src/string.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 4d3102f...430cb04. Read the comment docs.

passsy commented 2 years ago

👍