print_symbols 0.0.1 icon indicating copy to clipboard operation
print_symbols: ^0.0.1 copied to clipboard

Create a String with symbols for help identify your logs print

Print symbols

Create a String with symbols for help identify your logs print

Usage #

It's easy and simple, select your PrintSymbols and message.

import 'package:print_symbols/print_symbols.dart';

print(symbol(PrintSymbols.success, 'success')); /// ✅ success
print(symbol(PrintSymbols.info, 'info')); /// 💡 info
print(symbol(PrintSymbols.error, 'error')); /// ⛔ error
print(symbol(PrintSymbols.warning, 'warning')); /// 🚧 warning

Install #

Dart #

dart pub add print_symbols

Flutter #

flutter pub add print_symbols
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Create a String with symbols for help identify your logs print

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

More

Packages that depend on print_symbols