shuaishuai_film

所属分类:大数据
开发工具:Dart
文件大小:5452KB
下载次数:0
上传日期:2020-09-14 08:04:21
上 传 者sh-1993
说明:  基于Provider+MVVM的Flutter 完整的视频App项目。本项目用到了flutter大量的组件。网络请求,数据解析,数据存储和数据展示App开发的四大步骤也被详细的展示出来。自定义视频播放器UI,自定义组件,检测网络变化判...
(Flutter complete video app project based on Provider+MVVM. This project uses a large number of components of Flutter. The four major steps of network request, data analysis, data storage and data display App development are also shown in detail. Customize the video player UI, customize components, and detect network changes)

文件列表:
.metadata (305, 2020-09-14)
android (0, 2020-09-14)
android\app (0, 2020-09-14)
android\app\build.gradle (1774, 2020-09-14)
android\app\src (0, 2020-09-14)
android\app\src\debug (0, 2020-09-14)
android\app\src\debug\AndroidManifest.xml (335, 2020-09-14)
android\app\src\main (0, 2020-09-14)
android\app\src\main\AndroidManifest.xml (2497, 2020-09-14)
android\app\src\main\kotlin (0, 2020-09-14)
android\app\src\main\kotlin\com (0, 2020-09-14)
android\app\src\main\kotlin\com\example (0, 2020-09-14)
android\app\src\main\kotlin\com\example\shuaishuaimovie (0, 2020-09-14)
android\app\src\main\kotlin\com\example\shuaishuaimovie\MainActivity.kt (132, 2020-09-14)
android\app\src\main\res (0, 2020-09-14)
android\app\src\main\res\drawable (0, 2020-09-14)
android\app\src\main\res\drawable\launch_background.xml (418, 2020-09-14)
android\app\src\main\res\mipmap-hdpi (0, 2020-09-14)
android\app\src\main\res\mipmap-hdpi\ic_launcher.png (544, 2020-09-14)
android\app\src\main\res\mipmap-mdpi (0, 2020-09-14)
android\app\src\main\res\mipmap-mdpi\ic_launcher.png (442, 2020-09-14)
android\app\src\main\res\mipmap-xhdpi (0, 2020-09-14)
android\app\src\main\res\mipmap-xhdpi\ic_launcher.png (721, 2020-09-14)
android\app\src\main\res\mipmap-xxhdpi (0, 2020-09-14)
android\app\src\main\res\mipmap-xxhdpi\ic_launcher.png (1031, 2020-09-14)
android\app\src\main\res\mipmap-xxhdpi\logo.png (46233, 2020-09-14)
android\app\src\main\res\mipmap-xxxhdpi (0, 2020-09-14)
android\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png (1443, 2020-09-14)
android\app\src\main\res\values (0, 2020-09-14)
android\app\src\main\res\values\styles.xml (951, 2020-09-14)
android\app\src\main\res\xml (0, 2020-09-14)
android\app\src\main\res\xml\file_paths.xml (136, 2020-09-14)
android\app\src\main\res\xml\network_security_config.xml (252, 2020-09-14)
android\app\src\profile (0, 2020-09-14)
android\app\src\profile\AndroidManifest.xml (335, 2020-09-14)
android\build.gradle (582, 2020-09-14)
... ...

# shuaishuai_movie 基于Provider+MVVM的Flutter 视频App项目,帅帅影视是一个含有海量视频的app,各种视频随你来看。 # 先来点样图 | ![home.gif](https://i.loli.net/2020/08/04/HwRLQZq7FVyntOd.gif) | ![detail_page.gif](https://i.loli.net/2020/08/04/v4M9zTgKVmwDB6q.gif) | ![play_video.gif](https://i.loli.net/2020/08/04/ZmKUgGxMPIu8vRc.gif)| | --- | --- | --- | |![selection_search.gif](https://i.loli.net/2020/08/04/GtEiqpxmU8YyNwn.gif)| ![drop_style.gif](https://i.loli.net/2020/08/04/ymt2baxMTkEerij.gif) | ![text_search.gif](https://i.loli.net/2020/08/04/m7tp85ijWVJTAwf.gif)| | ![history.gif](https://i.loli.net/2020/08/04/CNueqV4O23ZxKJU.gif) | | **主要使用到的一些三方库:** |**第三方库** |**功能** |**github地址** | | ---- | ---- |---- | | dio | 网络请求 | https://github.com/flutterchina/dio| | video_player | 视频播放 |https://github.com/flutter/plugins/tree/master/packages/video_player| | chewie | 视频播放 | https://github:com/brianegan/chewie | | fluro | 路由跳转 | https://github.com/theyakka/fluro | | connectivity | 网络变化监听 | https://pub.dev/packages/connectivity | | flutter_easyrefresh | 上拉加载下拉刷新 | https://github.com/xuelongqy/flutter_easyrefresh | | flutter_sticky_header | 粘性头部 | https://github.com/letsar/flutter_sticky_header | | cached_network_image | 图片缓存 | https://github.com/Baseflow/flutter_cached_network_image | | fluttertoast | 吐司 | https://github.com/ponnamkarthik/FlutterToast | | shared_preferences | shared存储 | https://pub.dev/packages?q=shared_preferences | # 更新 ## V1.1.0 `2020-09-08` - 修复视频快速切换bug - 视频播放器添加手势滑动调整音量和亮度 - 修改文字搜索历史逻辑 - 修改部分icon图标 ## V1.0.0 `2020-08-19` - 添加留言模块 - 添加历史记录可以点击继续观看功能 - 添加控制视频是否自动播放功能 - 添加启动页闪屏动画功能 ## V0.0.1 `2020-08-04` - 帅帅影视的基本功能已完成

近期下载者

相关文件


收藏者