print_symbols 0.0.1
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