print_symbols

Creator: coderz1093

Last updated:

0 purchases

print_symbols Image
print_symbols Images
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.