Logging large strings from Flutter

前端 未结 8 1937
天涯浪人
天涯浪人 2020-12-17 07:50

I\'m trying to build a Flutter App and learning Dart in the process, but I\'m getting kind of frustrated when debugging. I have fetched a resource from an API and now I want

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 08:10

    If you run the application in android studio it will truncate long string.

    In xcode 10.2 which i am using long string is not truncating.

    My suggestion is write print statement logs and run the application in Xcode instead of android studio.

提交回复
热议问题