Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hdtls/bilibili

Bilibili client written in Flutter.
https://github.com/hdtls/bilibili

bilibili dart flutter

Last synced: 12 days ago
JSON representation

Bilibili client written in Flutter.

Awesome Lists containing this project

README

        

# Flutter bilibili iOS client

Building a bilibili iOS client in Flutter.

## Screenshots


screenshot 1
screenshot 2
screenshot 3
screenshot 4
screenshot 5
screenshot 6



## Developing
*Note*: This section is only relevant if you would like to develop project yourself.

Make sure you have Flutter installed. Then clone this repo and follow these steps.

1. Get dependencies using flutter command. For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
```shell
flutter pub get
```

2. We use [`built_value.dart`](https://github.com/google/built_value.dart) to serializing json to models, and autogenerated files are ignored by source control (git), so we should generate those files before run app.
```shell
flutter pub run build_runner build
```

3. Run the following commands, replace MODE with flutterMode that defined in flutter.
```shell
flutter run --MODE
```

## License
[MIT](https://github.com/hdtls/bilibili/blob/main/LICENSE.md)