easy_print 0.2.0 copy "easy_print: ^0.2.0" to clipboard
easy_print: ^0.2.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.2.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/dart.dart';
import 'package:easy_print/flutter.dart';
1
likes
0
points
249
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

ansi_strip, flutter, meta, talker, talker_bloc_logger, talker_flutter

More

Packages that depend on easy_print