easy_print 0.4.0 copy "easy_print: ^0.4.0" to clipboard
easy_print: ^0.4.0 copied to clipboard

Just use print in your project without worrying about the console nor the context.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_print

With Flutter:

 $ flutter pub add easy_print

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

dependencies:
  easy_print: ^0.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:easy_print/easy_print.dart';
1
likes
130
points
183
downloads

Publisher

unverified uploader

Weekly Downloads

Just use print in your project without worrying about the console nor the context.

Documentation

API reference

License

MIT (license)

Dependencies

ansi_strip, meta, talker

More

Packages that depend on easy_print