LoginSignup
30
14

More than 3 years have passed since last update.

Flutter で print 出力を得たい

Last updated at Posted at 2018-09-24

DartPadではprintで右ペインにlogを出力してくれるがVisualStudioCodeではOUTPUTおよびDEBUG CONSOLEに出力されなかった。

https://docs.flutter.io/flutter/foundation/debugPrint.html
公式ドキュメントではflutter logsで追えると記載があるので、試してみた結果が以下。
とりあえずはdebugPrintで事足りるかな。

sc1.png

ちなみにこの後、DEBUG CONSOLEにも出力されるようになったが色々と謎が多い。

30
14
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
30
14