jay
jay
this is because of fragment-ktx:1.3.0 . i have fixed it, use my fork version https://github.com/lwj1994/Matisse
我的 fork 版本 解决了这个问题,同时还修复一些其他问题,适配了新的 Result Api https://github.com/lwj1994/Matisse
可以关注我的 fork 版本,https://github.com/lwj1994/Matisse 我加一下 todo
use `-Pbooster.transform.r.inline.ignores='android/*,androidx/*'`
> 我也刷了vbios,改成了uefi bios,是亮机卡7750。这个板子实际上是有bug的,经常掉蓝牙(macos和win11都一样),不影响启动,需要在bios中手动开关一下。 不知道这个bug是硬件上的还是软件上的。挺糟心的,经常切到win的时候蓝牙没了
exposed A CancelToken let user controller @renefloor
> Can you confirm which Flutter version @lwj1994 ? 3.3.10
> https://github.com/bksubhuti/tipitaka-pali-reader/blob/master/lib/ui/screens/reader/widgets/pali_page_widget.dart > > search for `#goto` > > and `textToHighlight ` @bksubhuti hi, i see the code ,it is good idea to highlight by edit html I want to...
you can use https://github.com/lwj1994/privacy_hook to hook android get-package api Although the configuration is a little cumbersome, but can hook all the privacy apis caller exclude reflection call
it also happened with any other sliver list. ```dart CustomScrollView{ // SliverMasonryGrid SliverMasonryGrid.count() , // SliverList wrap with DecoratedSliver DecoratedSliver( SliverList.separated() ) } ```