Skip to content

Bilibili client written in Flutter.

License

Notifications You must be signed in to change notification settings

loph3xertoi/bilibili

 
 

Repository files navigation

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, which offers tutorials, samples, guidance on mobile development, and a full API reference.
flutter pub get
  1. We use 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.
flutter pub run build_runner build
  1. Run the following commands, replace MODE with flutterMode that defined in flutter.
flutter run --MODE

License

MIT

About

Bilibili client written in Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.4%
  • Other 0.6%