sunxcode / WanAndroid_Flutter

🔥🔥超完整超漂亮的Flutter版wanAndroid客户端。含wanAndroid已开放的所有功能(包括TODO)。项目包含BloC模式、Provider模式、常规模式。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

超完整的Flutter版wanAndroid客户端--《玩儿Android》

  • 包含 wanAndroid已开放API的全部功能(截止到2019-8月之前):项目、博文、公众号、导航、收藏、搜索、待做清单等,是一个超完整的学习App
  • 使用了常规开发模式、流行的BloC模式、官方推荐的Provider模式,完善的注释和踩坑记录,非常适合Flutter学习
  • 易用美丽的界面UI
    • 仿Android斗鱼客户端的项目页
    • 仿wanAndroid网页端的博文页、公众号页
    • 双同向列表联动滚动的导航页
    • 超美的(程序员の审美)TODO待做清单页
  • 主流的NestedScroll + Tab + Scrollable的联动滚动主页面结构、合理的动画、手势运用,UI流畅美观
  • 特色!拥有日常打卡、等级排行榜、个性签名等微社交功能!让我们看看是哪个小伙伴最爱学习。(使用Bmob后端云。防作弊和隐私考虑,仅从本页下载的正式版才开启了该功能)

2019-08-31更:wanAndroid官方自2019-08-25起增加了自带的积分机制,与本人做的等级机制重复,开发计划:移除等级机制,引入官方的积分机制

项目结构:

页面 开发模式
主页、主页下的项目页、博文页、公众号页 BloC模式
收藏页、搜索页 Provider模式
导航页、项目细分页、登录注册页、待做清单等其他页面 常规开发模式

正式版下载(Android版)(含打卡等特色功能)


手动下载请点击下载地址

效果图


gif

License

    Copyright 2019 CCY0122

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.

About

🔥🔥超完整超漂亮的Flutter版wanAndroid客户端。含wanAndroid已开放的所有功能(包括TODO)。项目包含BloC模式、Provider模式、常规模式。

License:Apache License 2.0


Languages

Language:Dart 99.7%Language:Objective-C 0.2%Language:Java 0.1%