flutter_log 0.1.3 copy "flutter_log: ^0.1.3" to clipboard
flutter_log: ^0.1.3 copied to clipboard

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

Main point is to center the messages around end of the function name and start of the enumeration of parameters.