懒洋君

Results 28 issues of 懒洋君

4.0.0-beta02版本 快速下拉的时候,当trailingLoadState已经设置为NotLoading(endOfPaginationReached = true)时 TrailingLoadStateAdapter还是会调用loadAction() 导致分页最后一页加载了2次

![Snipaste_2024-01-18_10-59-59](https://github.com/BilalShahid13/PersistentBottomNavBar/assets/15150244/4bcc887b-fa53-47ca-a40f-cbd28f2567d6) Just like this

有需求需要做定时任务

### 版本 2.0.34 ### 转载链接 [www.uviewui.com](https://www.uviewui.com/components/input.html) ### 重现步骤 https://www.uviewui.com/components/input.html这个页面的u-input也不能清除 ### 期望的结果是什么? 能清除 ### 实际的结果是什么? 不能清除

360的3D天气插件,有不同层级深度,旋转起来不同层级的速度角度不同。 可考虑添加层级深度

**Describe the bug** `vipTypeListInfoProvider.notifier`will show lint `avoid_manual_providers_as_generated_provider_dependency` **To Reproduce** This is my code ``` import 'package:qlzm_color_flutter/model/response/vip_type_list_response.dart'; import 'package:riverpod_annotation/riverpod_annotation.dart'; import '../network/api/pay_api.dart'; import '../util/app_util.dart'; import '../util/storage_util.dart'; part 'vip_riverpod.g.dart'; @riverpod Future refreshVipTypeList(RefreshVipTypeListRef ref)...

bug
question

我现在也在封装动态表单,思路是通过json生成表单。 或许还有更好的方式?互相借鉴一下:)