flutter学习

Flutter 安装 开发 打包 学习(MAC )

路线:

=》 安装
=》 运行hello world 
=》 框架,组件,路由,事件,状态管理 
=》 多demo 学习写法
=》 打包和部署

MAC安装

安装三个软件androidStudio, Xcode, androidStudio
具体参照如下博客
https://blog.csdn.net/weixin_44587801/article/details/121548270?spm=1001.2014.3001.5501
参照他的B站视频看也行
https://www.bilibili.com/video/BV1DT411f7bS/?spm_id_from=333.337.search-card.all.click&vd_source=4b8ed592cab5cdee5925aa7c3513015f
androidStudio汉化包
https://www.jianshu.com/p/5c226864ae72

官网(中文)
https://flutter.dev/learn
英文
https://flutter.cn/learn

社区文档(中文)
https://www.flutterchina.club/
英文
https://pub.dev/

多个demo
https://github.com/flutter/samples
开源应用程序
http://wap.clicksun.cn/mis/bbs/showbbs.asp?id=22105

组件库
https://bruno.ke.com/page/widgets/brn-bottom-tab-bar

Web开发打包部署上线
https://juejin.cn/post/7253093577600630821

其他问题

优点:多端,就是原生,
缺点:门槛高(面向对象思想),社区不大(遇到报错方案少,),

1.插件安装失败
Plugin “Flutter” was not installed: Cannot download ‘https://plugins.jetbrains.com/pluginManager/?id=io.flutter&build=AI-231.9392.1&uuid=1701242fd92aeea-eda4-4e19-8425-8ea0d01aeeb8’: Connection reset , response: 200 OK

2.查看flutter
命令行先
cd /……/flutter
然后
source ~/.bash_profile
flutter doctor
输入之后静待结果,不要退出

你可能感兴趣的:(flutter,学习)