issues
search
shenghy
/
flutter_shop
一个Flutter的电商实战项目,包括首页、列表页、详细页、购物车页和会员中心,配有全套文字和视频教程。
1.22k
stars
380
forks
source link
2020-10: 🔥🔥🔥 编译出错的, 可参考我这个 fork 修复分支
#14
Open
hhstore
opened
4 years ago
hhstore
commented
4 years ago
修复编译报错问题:
https://github.com/better-dart/flutter_shop
分支:
hotfix-2020-10
本 fork 分支, 会补充一些代码注释. 初学研究, 共同学习. 😄
fix:
[x] 指定 flutter 版本:
1.17.5
, 这个版本比较新. 适合初学.
[x] flutter
1.22.0
之后的版本, 在 iOS+xcode 下, 会遇到各种奇怪编译报错. 不建议初学使用.
[x] 依赖包: 修复版本报错.
[x] 数据API URL: 根据 issue, 找到新的可用 API URL.
run:
默认使用 flutter
1.17.5
版本.
执行:
flutter run
PR:
https://github.com/shenghy/flutter_shop/pull/15
PR 在这里.
h7ml
commented
3 years ago
thanks
修复编译报错问题:
hotfix-2020-10
fix:
1.17.5
, 这个版本比较新. 适合初学.1.22.0
之后的版本, 在 iOS+xcode 下, 会遇到各种奇怪编译报错. 不建议初学使用.run:
1.17.5
版本.PR: