A UI Kit for Flutter, inspired by Honkai: Star Rail
Try the online demo here.
Note: Known issue, this demo may not work correctly when browsing with your Android Chrome. If you see something weird, try browsing with Chrome on MacOS.
Add the dependency in your pubspec.yaml:
using latest code
starrail_ui:
git:
url: https://github.com/ArchangelXu/Starrail-Flutter-UI-kit
path: library
ref: master
or using commit reversion number:
starrail_ui:
git:
url: https://github.com/ArchangelXu/Starrail-Flutter-UI-kit
path: library
ref: xxxx
See the demo code in /example/lib/pages
.
This repo is created solely by myself out of personal interest, and love for the game. I do not take any responsibility for any improper use of this code.