Wayne
Wayne
FlutterBugly.checkUpgrade(isManual: false, isSilence: true); 设置了isSilence还是会弹出 “你已经是最新版了”的提示
Hi jonataslaw, this pr is about fix #2270. ## Pre-launch Checklist - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to...
In my use case (`Stack-[ListView, CustomAppBar]`) I want custom spacing with sticky headers in `ListView`, so this PR adds the "headerSpacing" field, which is the spacing between the sticky header...
It looks like https://github.com/kfiross/flutter_holo_date_picker/pull/57 is no longer updated. But it's useful, so I created this PR to adapt to the new version. Thanks to @Hyla96. Added new parameters for the...
- In my use case, when the height of the list view is dynamic, the scrolling to the index position may not be correct (the offset is clamped due to...