Last updated:
0 purchases
flutter log
flutter_log #
Flutter logs is simple logger class which print your logs in a simple but readable manner.
Examples is:
--> functionName - param1 - param2
--> shortName - param1 - param2 - param3
--> veryLongFunctionName - param1
--> name - param1 - param2 - param3
copied to clipboard
Main point is to center the messages around end of the function name and start of the enumeration of parameters.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.