全屏浏览
缩小浏览
回到页首
摘要: ####1. string type main(List<String> args) { String name = "huhx"; changIt(name); print('after: $name'); // after: huhx } void changIt(String name) { 阅读全文
posted @ 2020-07-23 15:57 huhx 阅读(656) 评论(0) 推荐(0) 编辑
摘要: delete webstorm Besides we delete the Webstorm App, We also need to delete related config or log directory as following. ~/Library/Preferences/ ~/Libr 阅读全文
posted @ 2020-07-23 09:15 huhx 阅读(288) 评论(0) 推荐(0) 编辑
摘要: At least, there are three ways to create the singleton object with dart. 1. factory constructor class SingletonOne { SingletonOne._privateConstructor( 阅读全文
posted @ 2020-07-23 09:00 huhx 阅读(667) 评论(0) 推荐(0) 编辑