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

Update readme (Strings) #141

Closed minhqdao closed 2 years ago

minhqdao commented 2 years ago

The README.md is updated to showcase the methods dartx has to offer on String (with examples). Also added tests and docs if found missing.

codecov[bot] commented 2 years ago

Codecov Report

Merging #141 (c561188) into master (6af8524) will increase coverage by 1.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   96.72%   97.77%   +1.04%     
==========================================
  Files          11       11              
  Lines         763      763              
==========================================
+ Hits          738      746       +8     
+ Misses         25       17       -8     
Impacted Files Coverage Δ
lib/src/string.dart 100.00% <ø> (+14.03%) :arrow_up:

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 6af8524...c561188. Read the comment docs.

passsy commented 2 years ago

Awesome 🎉

Fixes #137