Yugu Li

Results 28 issues of Yugu Li

When I go from `/main/groupInfo` to `/main/groupInfo/chatInfo`, the `/main/groupInfo` route will be removed and then "GroupInfoController" onDelete() called. I think maybe there is something wrong ![image](https://github.com/user-attachments/assets/ebe338ab-e65b-48ab-85b1-cfc333dedf88) ![image](https://github.com/user-attachments/assets/8be724d2-e71b-4627-b417-de4e1ba2a65f)

![image](https://github.com/user-attachments/assets/170cd30e-82fd-4541-bb5a-09c461b10fb3) ![image](https://github.com/user-attachments/assets/a7bcb302-32fc-4262-bba4-c8884322d3e2)

With **nested navigation** in `example_nav2` example project, they will all run twice more. Codes: ```dart class AppPages { AppPages._(); static const initial = Routes.home; static final routes = [ GetPage(...

Using `example_nav2` example project, if I do one of the following two things, every route except `/home` will be blank screen after refresh the browser. 1. if I change to...

### Please select which package this feature is related to stream_chat_flutter ### Which platforms would this feature impact? _No response_ ### Is your feature request related to a problem? No...

enhancement

**Describe the bug** 连续show有mask的loading,会看到mask背景闪烁(mask没有过渡效果) 实际场景为: 登录的时候需要连续request多个api,每次request都会show和dismiss loading **Code** ```dart void configLoading() { EasyLoading.instance ..displayDuration = 60.seconds ..indicatorType = EasyLoadingIndicatorType.ring ..loadingStyle = EasyLoadingStyle.custom ..maskType = EasyLoadingMaskType.custom // ..animationStyle = EasyLoadingAnimationStyle.scale ..maskColor...

添加全屏遮罩有问题,通常情况下是正常的,但是如果在**键盘弹出时**`showToastWidget`,展示范围其实只是**除去键盘的范围**,在dismiss toast之前收起键盘的话,就能看到遮罩高度扩展到键盘底部的动画 ```dart static ToastFuture showLoadingToast() { return showToastWidget( Container( color: Colors.black.withOpacity(0.5), child: Center(child: Text('text')), ), duration: 60.seconds, handleTouch: true, dismissOtherToast: true, position: ToastPosition.center, ); } ``` 视频: https://github.com/user-attachments/assets/f0f60bed-c689-4059-93a4-bfad38c347ee