textwrap

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

textwrap

textwrap #



Text wrapping and filling. It's a pure port of textwrap from Python.
Usage #
A simple usage example:
import 'package:textwrap/textwrap.dart';

void main() {
print(fill('Text wrapping and filling.', width: 16));
// Text wrapping
// and filling.
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.