使用 Flutter 开发的某网站排行榜阅读应用.
最近跟随 Google 老大的脚步学习 Flutter,这个项目就是学习的产物。学习踩坑的过程总是蛋疼的,前后大概写了一周多了才弄出三个页面:joy:
- Dart 对于会 Java 的开发者来说还是很友好的
- 官方提供的 Widgets 比较丰富、舒服
- 需要适应下布局方式,各种嵌套比较难受
- 安装包的体积是真的有点大
- 性能较原生还是有差距的,不过目前还是 beta 阶段(总觉得有点卡卡的,也许是我代码写的有问题???)
- 搜索(包括关键字搜索、tag等)
- 个人主页
- 保存图片到相册
- 感谢 https://api.imjad.cn/ 提供的 api
Copyright 2018 SamuelGjk
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.