textwrap 2.0.0 textwrap: ^2.0.0 copied to clipboard
Text wrapping and filling. It's a pure port of textwrap from Python.
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.
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.