https://github.com/harhao/bilibili-flutter
基于flutter的高仿B站安卓APP--bilibili-flutter
https://github.com/harhao/bilibili-flutter
android dart flutter provider
Last synced: 28 days ago
JSON representation
基于flutter的高仿B站安卓APP--bilibili-flutter
- Host: GitHub
- URL: https://github.com/harhao/bilibili-flutter
- Owner: Harhao
- Created: 2020-07-24T08:45:18.000Z (almost 5 years ago)
- Default Branch: feature_upgrade_flutter_version
- Last Pushed: 2020-08-12T14:29:41.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T18:41:40.430Z (about 2 months ago)
- Topics: android, dart, flutter, provider
- Language: Dart
- Homepage:
- Size: 182 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 基于flutter的高仿B站安卓APP--bilibili-flutter
[](https://img.shields.io/badge/version-v0.1.0-brightgreen)
[](https://img.shields.io/badge/License-MIT-brightgreen)
[](https://img.shields.io/badge/Flutter-v1.17.5-brightgreen)### 一、开发环境
```
操作系统:Window 10
Flutter版本:v1.17.5
```
### 二、现阶段运行效果
- [](https://imgchr.com/i/axBS4s)
### 三、安装依赖并运行app
- 安装依赖:尽量设置安装为国内镜像,境外安装比较慢,而且容易出现安装失败情况
```bash
flutter pub get
```
- 运行app
```
flutter run
```
## License
[MIT](http://opensource.org/licenses/MIT)