log_print 0.0.2 copy "log_print: ^0.0.2" to clipboard
log_print: ^0.0.2 copied to clipboard

A Flutter package for managing consol printing in debug mode and release mode and colorful just for VSCode.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add log_print

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

dependencies:
  log_print: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:log_print/log_print.dart';
7
likes
150
points
252
downloads

Publisher

verified publisherpersianflutter.ir

Weekly Downloads

A Flutter package for managing consol printing in debug mode and release mode and colorful just for VSCode.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, flutter

More

Packages that depend on log_print