mark8044
mark8044
> Not sure if you are interested, but you may be able to address this issue by wrapping the image in a fix size Widget, so when the image loads...
> I spent a whole week dealing with this issue. At first, I tried using `ScrollPhysics.adjustPositionForNewDimensions`, `ScrollPosition.jumpTo`, `ScrollPosition.correctPixels`, and `RenderSliver.centerOffsetAdjustment` but all of them had obvious stuttering or other issues....
> > This sounds very cool. I think I understand how you did it from your description. I tried something very similar using two sliver lists, but ultimately still failed...
> 0.10.0 adds some groundwork for the upcoming text feature. It should add ~450KB. Sounds like we have a configuration bug. We'll take a look. For now use 0.9.1. >...
> I ran `flutter build apk` for our [example app](https://github.com/rive-app/rive-flutter/tree/master/example) and I see the following sizes: > > Version Size > 0.9.1 18.1MB > 0.10.0 21.4MB > ~3.3MB bigger, which...
> this is interesting! taking a look at the apk built from the example app locally in android studio shows that the additional ~3.3MB we see seem to come from...
Mine were also on 3.3.10 stable
> I grabbed one from the codemagic CI someone shared. These are larger but not as bad as some of the ones posted here. > > I suspect this must...
> This may not be related, but could be part of the issue for some of you. > > See the hot fixes for the latest Flutter 3.7.3 - https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel...
> I don't know your goal, maybe there is a better way. you can get width/height from loadStateChanged (LoadState.completed) > > https://github.com/fluttercandies/extended_image/blob/d748a866ae7f16a69024b35a3fdfea48ef85400f/example/lib/common/widget/crop_image.dart#L62 In my case, using LoadState.completed gives the proper...