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

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

textwrap #

Pub Package Test Status CodeCov

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
140
pub points
81%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Topics

#text

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on textwrap