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

outdated

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.