上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 44 下一页
摘要: 1.新建项目,打开Android studio,点击红圈部分 2.选择第一个 3.设置你的项目名称,flutter sdk位置,以及项目存储路径 4.设置包名,这个要唯一 5.好啦 ~ 作为一名前端开发工程师,我们还是喜欢用VS CODE来进行开发哦,使用VS CODE打开我们刚刚搞得项目,运行 f 阅读全文
posted @ 2021-09-12 23:46 糖~豆豆 阅读(73) 评论(0) 推荐(0) 编辑
摘要: flutter有一些报错如下 The type of the function literal can't be inferred because the literal has a block as its body. Try adding an explicit type to the vari 阅读全文
posted @ 2021-09-12 01:10 糖~豆豆 阅读(1231) 评论(0) 推荐(0) 编辑
摘要: flutter2.x报错解决type (RouteSettings) ⇒ Route <dynamic>? is not a subtype of type (RouteSettings) ⇒ Route <dynemic> of function result 原有代码--main.dart im 阅读全文
posted @ 2021-09-12 00:22 糖~豆豆 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 1.创建--在終端輸入命令 flutter create 项目名 2.普通运行--在终端输入命令 flutter run 3.打开你的虚拟机或者是连上手机等待页面加载 4.普通運行情況下修改代碼后想要更新頁面--在終端輸入命令 不终止项目的情况下输入r r 5.如果你不想频繁输入r,更新页面,可以采 阅读全文
posted @ 2021-09-12 00:22 糖~豆豆 阅读(581) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-09-11 09:31 糖~豆豆 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-30 00:35 糖~豆豆 阅读(5) 评论(0) 推荐(0) 编辑
摘要: VS Code離線安裝插件報錯Unable to install extension 'dart-code.flutter' as it is not compatible with VS Code '1.51.1'. 遇到這種問題不要慌~~ 1.把插件後綴名改成.zip 2.打開插件,然後找到pa 阅读全文
posted @ 2021-08-24 01:07 糖~豆豆 阅读(2255) 评论(0) 推荐(0) 编辑
摘要: 首先,检查项目中根目录.eslintrc.js文件,该文件中定义了ESLint的基础配置,找到其中的rules 例如: const prettierConfig = require('./.prettierrc.js') module.exports = { root: true, parserOp 阅读全文
posted @ 2021-08-17 00:24 糖~豆豆 阅读(628) 评论(0) 推荐(0) 编辑
摘要: error NG8001: 'qr-code' is not a known element: 解决方案 假如你的组件模块叫做a-demo.module,你的组件叫做print.component.ts 检查使用方法,在当前组件的模块里引入 src\app\routes\a-demo\a-demo. 阅读全文
posted @ 2021-08-14 00:27 糖~豆豆 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 某些情况下 我们需要自己修改一下滚动条的样式~~ 以谷歌浏览器为例 先上前后对比图 上代码 /* 滚动条那個底 */ ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { border-radius: 阅读全文
posted @ 2021-07-28 22:01 糖~豆豆 阅读(44) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 44 下一页
Live2D