indenting_buffer 1.0.0 copy "indenting_buffer: ^1.0.0" to clipboard
indenting_buffer: ^1.0.0 copied to clipboard

outdatedDart 1 only

A StringBuffer derivative that supports identation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add indenting_buffer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  indenting_buffer: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:indenting_buffer/indenting_buffer.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A StringBuffer derivative that supports identation.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

charcode

More

Packages that depend on indenting_buffer