Tonku / textwrap.dart

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

Home Page:https://pub.dev/packages/textwrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://pub.dev/packages/textwrap

License:MIT License


Languages

Language:Dart 100.0%