more 4.3.0 more: ^4.3.0 copied to clipboard
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.
More Dart Examples #
This package does not currently contain many examples, but detailed documentation, and many examples are contained in the package description and API documentation.
diff #
This example implements some of the functionality of the diff data comparison tool that computes and displays the differences between the contents of files:
dart example/diff.dart help
dart example/diff.dart lib/src/diff/differ/normal.dart lib/src/diff/differ/unified.dart
reflow #
This example performs various reflow operations on files and prints the result to the terminal:
dart example/reflow.dart help
dart example/reflow.dart wrap --width=80 README.md