美文网首页Flutter_App开发
Flutter-VSCode工具终端快捷命令

Flutter-VSCode工具终端快捷命令

作者: 坤哥爱卿 | 来源:发表于2019-12-18 08:25 被阅读0次
    1、 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
    2、You can dump the widget hierarchy of the app (debugDumpApp) by pressing "w".
    3、To dump the rendering tree of the app (debugDumpRenderTree), press "t".
    4、For layers (debugDumpLayerTree), use "L"; for accessibility (debugDumpSemantics), use "S" (for traversal order) or "U" (for inverse hit test order).
    5、To toggle the widget inspector (WidgetsApp.showWidgetInspectorOverride), press "i".
    6、To toggle the display of construction lines (debugPaintSizeEnabled), press "p".
    7、To simulate different operating systems, (defaultTargetPlatform), press "o".
    8、To toggle the elevation checker, press "z".
    9、To display the performance overlay (WidgetsApp.showPerformanceOverlay), press "P".
    10、To enable timeline events for all widget build methods, (debugProfileWidgetBuilds), press "a"
    11、To save a screenshot to flutter.png, press "s".
    12、To repeat this help message, press "h". To detach, press "d"; to quit, press "q".
    
    1、要在运行时热加载更改,请按“r”。要热启动(并重建状态),请按“R”。
    2、您可以通过按“w”来转储应用程序的小部件层次结构(debugDumpApp)。
    3、要转储应用程序的呈现树(debugDumpRenderTree),请按“t”。
    4、对于层(debugDumpLayerTree),使用“L”;对于可访问性(debugDumpSemantics),使用“S”(用于遍历顺序)或“U”(用于反命中测试)顺序)。
    5、要切换小部件检查器(WidgetsApp.showWidgetInspectorOverride),请按“i”。
    6、要切换构造线的显示(debugPaintSizeEnabled),请按“p”。
    7、要模拟不同的操作系统,(defaultTargetPlatform),按“o”。
    8、要切换仰角检查器,请按“z”。
    9、要显示性能覆盖(WidgetsApp.showPerformanceOverlay),请按“P”。
    10、要为所有小部件构建方法(debugprofilewidgetbuild)启用时间轴事件,请按“a”
    11、保存一个截图来颤振。png,按“s”。
    12、重复此帮助信息,请按“h”。要分离,请按“d”;退出请按“q”键。
    

    相关文章

      网友评论

        本文标题:Flutter-VSCode工具终端快捷命令

        本文链接:https://www.haomeiwen.com/subject/enhenctx.html