Tom Yu
Tom Yu
Any updates on this issue?
My solution: Wrap the Get.bottomSheet() function ```dart // [Bottom sheet content not reacting to theme change](https://github.com/jonataslaw/getx/issues/1084) Future showAppBottomSheet( Widget bottomsheet, { RouteSettings? settings, }) { return Get.bottomSheet( Builder(builder: (context) {...
May I ask when this pull request is expected to be merged into the main branch? @himia0802
> 可以在自定义输出URL模版里用正则去掉先 > >  这个貌似不是解决问题的方法。问题需要解决的是在==上传时==,改变上传的路径。不是在 ==输出URL时== 对URL进行修订。
Any update on this issue?!
More information ``` # Launch App, to [Home] page I/flutter (18768): HomeController onInit 586667244 I/flutter (18768): HomeController build 586667244 # toNamed(Settings), then offAllName(Home) I/flutter (18768): HomeController onInit 407251549 I/flutter (18768):...