feat: 初步添加直播弹幕支持

pick from cf87904fc6

opt: live danmaku style
This commit is contained in:
foxtoy
2024-08-29 18:00:42 +08:00
committed by bggRGjQaUbCoE
parent a119050944
commit 08e7e7b6e8
9 changed files with 510 additions and 3 deletions

View File

@@ -200,8 +200,8 @@ class CustomGetPage extends GetPage<dynamic> {
this.fullscreen,
super.transitionDuration,
}) : super(
curve: Curves.linear,
transition: Transition.native,
curve: Curves.easeInOut,
transition: Transition.rightToLeft,
showCupertinoParallax: false,
popGesture: false,
fullscreenDialog: fullscreen != null && fullscreen,