0 purchases
print symbols
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
copied to clipboard
Install #
Dart #
dart pub add print_symbols
copied to clipboard
Flutter #
flutter pub add print_symbols
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.