inserter 0.2.0 inserter: ^0.2.0 copied to clipboard
Tooling for inserting String into Files given their respective strategies.
0.2.0 #
- bump
mason_logger
to^0.3.1
0.1.0 #
InserterBase
supports anyEncoding
for writing files (defaults toUtf8Codec
)InserterBase.files
andInserterBase.builders
are mowIterables
instead ofList
sStopWhen
,Matcher
, andLineBuilder
are now returnFuture
s
0.0.5 #
- Better
inserter
options for thestrategy
flags.
0.0.4 #
- Adds
inserter
command line app
0.0.3 #
- Adds
StopWhen
toMatcherBuilder
: whenstopWhen
evaluates totrue
theMatcherBuilder
is not longer used in it's givenInserter
context.
0.0.2+1 #
- Update README.md
0.0.2 #
- Updates analysis
- Spelling corrections for docs
- Adds Dart 3 compatibility
0.0.1+1 #
- Updates README.md
0.0.1 #
🎉 Initial Release