10 2019 档案

摘要:let kOverlayStyleUpdateNotificationName = "io.flutter.plugin.platform.SystemChromeOverlayNotificationName" let kOverlayStyleUpdateNotificationKey = "i 阅读全文
posted @ 2019-10-29 15:46 doubletcjs 阅读(1404) 评论(0) 推荐(0)
摘要:Visual Studio Code新窗口打开工程目录,在Visual Studio Code下终端运行 flutter pub global activate webdev 根据运行结果提示,设置相关路径后,执行 flutter pub global run webdev serve 运行成功在提 阅读全文
posted @ 2019-10-23 14:23 doubletcjs 阅读(1504) 评论(0) 推荐(0)
摘要:一、集成插件 在pubspec.yaml文件中添加json_serializable的相关插件 1 dependencies: 2 flutter: 3 sdk: flutter 4 5 json_annotation: ^3.0.0 6 7 dev_dependencies: 8 flutter_ 阅读全文
posted @ 2019-10-23 14:17 doubletcjs 阅读(1914) 评论(0) 推荐(0)