登录

去注册 忘记密码?

登录

注册

去登录

  • 扫码关注公众号
  • 发送“我爱安卓
  • 即可获取验证码

注册

解锁回答区域

  • 扫码关注公众号
  • 发送“我爱安卓

若你登陆,将永久解锁;
若未登录,仅本机解锁。

解锁回答区域

获取注册验证码

  • 扫码关注公众号
  • 发送“我爱安卓
  • 即可获取验证码

Flutter仿微博客户端

huangruiLearn   2020-05-08 22:15   收藏

基于flutter的仿微博客户端

仿微博最新版本,还原微博80%的界面,总共涉及到了几十个界面和接口,用到了flutter中的大部分组件

分为首页 视频 发现 消息 我的五个模块

登录的时候测试账号可以随便选一个

账号1:test1 密码:123

账号2:test2 密码:123

账号3:test3 密码:123

账号4:test4 密码:123

账号5:test5 密码:123

apk下载地址 https://www.pgyer.com/g95X 密码 123456

或者直接下载完项目找到apk目录下app-release.apk来安装

每个模块对应的ui截图在下面 没有截全,可以下载apk或者直接运行项目看效果

感觉有帮助的话就给个start吧!

首页模块:


视频模块:


发现模块:


消息模块:

我的模块:

主要使用到的一些三方库:

第三方库功能github地址
dio网络请求https://github.com/flutterchina/dio
flutter_swiper轮播图https://github.com/best-flutter/flutter_swiper
video_player视频播发https://github.com/flutter/plugins/tree/master/packages/video_player
chewie视频播放https://github:com/brianegan/chewie
fluro路由跳转https://github.com/theyakka/fluro
permission_handler权限处理https://github.com/Baseflow/flutter-permission-handler
keyboard_visibility键盘显示隐藏https://github.com/adee42/flutter_keyboard_visibility
audio_recorder录音https://pub.flutter-io.cn/packages/audio_recorder
audioplayers声音播放https://github.com/luanpotter/audioplayers
extended_text_field@ #在textfield中的处理https://github.com/fluttercandies/extended_text_field

项目地址:https://github.com/huangruiLearn/flutter_hrlweibo