SupportFlutter debugPrint is an extension created for Visual Studio Code. Flutter debugPrintEasily insert and remove Usage Examples
Print for variablesSelect the variable that you want uses print statement and press Print for object propertiesSelect the object properties that you want uses print statement and press Remove all print statementsTo remove all print statements and press With Custom Log ClassCreate a custom log class.
Log.print() for variablesSelect the variable that you want uses a custom Log.print statement and press Log.print() for object propertiesSelect the object properties that you want uses a custom Log.print statement and press Log.inspect() for variablesSelect the variable that you want uses a custom Log.inspect statement and press That's all, Enjoy! original source: https://marketplace.visualstudio.com/items?itemName=ricardo-emerson.flutter-print |