All Projects → MeandNi → Flutter_zhihu

MeandNi / Flutter_zhihu

开发知乎App的Flutter版。

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter zhihu

KotlinEnjoyLife
😉【乐享】Kotlin 版本 每天一张精选妹纸图、一个精选短视频,知乎美文的精美应用
Stars: ✭ 73 (-83.96%)
Mutual labels:  zhihu
Zhihu Api
Unofficial API for zhihu.
Stars: ✭ 269 (-40.88%)
Mutual labels:  zhihu
Zhihu Login
知乎模拟登录,支持提取验证码和保存 Cookies
Stars: ✭ 340 (-25.27%)
Mutual labels:  zhihu
XiaoxiaZhihu AAC
使用Android Architecture Components实现的一个简单知乎日报程序
Stars: ✭ 63 (-86.15%)
Mutual labels:  zhihu
Simplified-Zhihu-Daily
Android app for Zhihu Daily
Stars: ✭ 16 (-96.48%)
Mutual labels:  zhihu
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+3880.44%)
Mutual labels:  zhihu
zh-downloader
一个可以直接下载知乎视频的浏览器插件
Stars: ✭ 54 (-88.13%)
Mutual labels:  zhihu
Spiders
Python爬虫,返回一定格式的信息,下载,使用flask提供简易api。抖音无水印、皮皮虾、快手、网易云音乐、qq音乐、咪咕音乐、荔枝FM音频、知乎视频、最右语音、视频、微博......
Stars: ✭ 372 (-18.24%)
Mutual labels:  zhihu
Boring
Android毕业设计; Android, Music Player, for graduation
Stars: ✭ 259 (-43.08%)
Mutual labels:  zhihu
Morerssplz
Convert other article sources to RSS feeds
Stars: ✭ 315 (-30.77%)
Mutual labels:  zhihu
XiaoxiaZhihuWeex
XiaoxiaZhihu(zhihu daily) client written by Weex.
Stars: ✭ 15 (-96.7%)
Mutual labels:  zhihu
zhihu Backup
知乎个人回答备份,获取html并打印到pdf
Stars: ✭ 41 (-90.99%)
Mutual labels:  zhihu
Zhihuspider
知乎爬虫/可以爬出关注关系的爬虫
Stars: ✭ 288 (-36.7%)
Mutual labels:  zhihu
zhihu
搜索你的知乎收藏:可以直观地浏览你的所有收藏夹的内容,并进行全文搜索
Stars: ✭ 39 (-91.43%)
Mutual labels:  zhihu
Weapp Zhihulive
知乎Live微信小程序 & asyncio爬虫
Stars: ✭ 346 (-23.96%)
Mutual labels:  zhihu
stats-cards
在 README 中展示你在知乎,GitHub,B 站,LeetCode,掘金,CSDN,牛客等网站的数据,服务部署在 Vercel 上,保证服务稳定。Show your LeetCode & GitHub stats in GitHub Profile.
Stars: ✭ 74 (-83.74%)
Mutual labels:  zhihu
Video Downloader
video downloader
Stars: ✭ 275 (-39.56%)
Mutual labels:  zhihu
Hahu
参照知乎网做的一个简易版问答网站,后台采用Java语言,及Spring,SpringMVC,MyBatis等框架,模版引擎使用FreeMarker。数据库用到MySQL,Redis。
Stars: ✭ 408 (-10.33%)
Mutual labels:  zhihu
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+668.35%)
Mutual labels:  zhihu
Python zhihu
一个知乎爬虫,登陆,获取答案,图片
Stars: ✭ 293 (-35.6%)
Mutual labels:  zhihu

Flutter实践之知乎App

预览图:

app展示

app展示

app展示

开发环境

Flutter 1.0.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 5391447fae (9 weeks ago) • 2018-11-29 19:41:26 -0800
Engine • revision 7375a0f414
Tools • Dart 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)

编译运行

  1. 克隆代码

    git clone https://github.com/MeandNi/Flutter_ZhiHu.git
    
  2. 安装依赖

    flutter packages get
    

UI 大致结构

采用类似 Android 模块化思想,将整个 App 的内容分为5个部分.

Ui 细节

  • 自定义透明 Toolbar 随滚动渐变

  • 上拉加载更多

  • ......

暂不叙述,期待后续文章总结。项目目前还在更新完善中,预计使用Redux、Sqlflite等技术栈填充数据部分,本项目部分界面及工具类来自Flutter_CommonApp

数据结构

第三方框架

功能
dio 网络框架
carousel_slider 轮播图
cached_network_image 图片加载
share 链接分享
flutter_webview_plugin WebView

正在集成状态管理!

鸣谢

感谢那些热爱开源、一起奋斗的朋友们。

值得学习的话,Star哦^_^

更多实例/新书开源:https://github.com/MeandNi/flutter_source_code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].