Se Sa
Se Sa
add this instead in your pubspec.yaml for development: zefyr: git: url: https://github.com/memspace/zefyr.git path: packages/zefyr but this is just a production ready fix in my opinion.
Im not sure if this is related but I have as well performance issues and did some analysis. https://github.com/Baseflow/flutter_cached_network_image/issues/730 @baneyue @renefloor
I don't know if this helps but I tested it with using the cache manager directly for similar performance increases, this just flickers sometimes on Hero animations for example. I...
> @Sesa1988 Are you using builder in you ListView or rendering all items at once? I'm using ListView.builder, its independent of my implementation, with an normal Image I'm getting 3ms/frame...
> @Sesa1988 The strange thing is that I have quite an opposite experience from yours. I'm using mostly Flutter Web, maybe that's the reason, but in my case cached_network_image improves...
Is this related to my post? @renefloor https://github.com/Baseflow/flutter_cached_network_image/issues/730
I just wanted to post the same thing except with the devider line if you press it multiple times.
I think it happens mostly when you create two dividers and put the cursor in between them and try to create another one by pressing multiple times. Im not sure...
I dont have any proxies setup and basically an almost clean system and I get this exact error as well when I upgrade from version 8 to 9.
> Are you able to download the file in terminal? I.e. > > ``` > wget https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-linux-android_libsuper_native_extensions.so > ``` Yes I can download it via terminal with: `curl -O -L...