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

A Dart library to simulate print() without adding a trailing newline for both Native and Web.

example/interactive_print_example.dart

import 'package:interactive_print/interactive_print.dart';

void main() {
  write('Hello');
  writeln('There');
  write('General Kenobi');
  writeln('.');
}
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A Dart library to simulate print() without adding a trailing newline for both Native and Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on interactive_print