textwrap 1.0.2 copy "textwrap: ^1.0.2" to clipboard
textwrap: ^1.0.2 copied to clipboard

outdated

Text wrapping and filling. It's a pure port of textwrap from Python.

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.
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

7
likes
0
pub points
80%
popularity

Publisher

unverified uploader

Text wrapping and filling. It's a pure port of textwrap from Python.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on textwrap