Skip to content

ykmnkmi/textwrap.dart

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages