Another Bilibili third-party client that only supports animation-related functions, and the project is built using flutter. The purpose of this project is to develop personal learning and testing Flutter. The API used is the encapsulation of the public API of B station without any cracking behavior.
A: Due to well-known problems, even in Hong Kong, Macao and Taiwan, B Station has tended to be conservative in recent years. If there is no drama you are looking for, you can try another project of the author, oneAnime
A: Some B-scenes dramas use plug-in subtitles instead of embedded subtitles. The corresponding interface only supports calls containing valid user signatures. For such dramas, you need to log in to your account to obtain subtitles.
A: Flutter project compilation requires a good network environment. If you are located in mainland China, you may need to set the appropriate mirror address. If you are compiling the Linux version, you need to run the following command to install the required dependencies for compilation.
sudo apt-get install -y clang cmake libgtk-3-dev ninja-build libayatana-appindicator3-dev mpv libmpv-dev libasound2-dev
Special thanks to pilipala for using the code from pilipala in this project.
Thanks to bilibili-API-collect for the public API collected by this project to make third-party clients possible.
Thanks to bilibili-helper for providing relevant ideas for analyzing Bilibili’s Hong Kong, Macao and Taiwan.