mark8044
mark8044
Just closing the loop to say thank you and yes the crashing appears to be 100% solved now
> Same issue > > class _HtmlFlexRenderObject extends RenderBox ^^^^^^^^^^^^^^^^^^^^^ : Context: 'RenderFlex.spacing' is defined here. flex.dart:647 double get spacing => _spacing; ^^^^^^^ : Context: 'RenderFlex.spacing=' is defined here. flex.dart:649...
Is there a quick and dirty fix we can do in the meantime to get it working again? EDIT: Ok I *think* I got it working with these changes, until...
EDIT2, Im getting a ton of crashes with the above code. Not sure if its a problem with the flutter framework or my bad code. Use with caution
@daohoangson It seems to be working with latest master branch ``` Flutter 3.25.0-1.0.pre.91 • channel master • https://github.com/flutter/flutter.git Framework • revision a9e94d9045 (11 minutes ago) • 2024-08-22 09:12:54 -0700 Engine...
Ignore my previous comments, it looks like this is a bug with impeller and not to do with this repo 👍
Is this update still happening? I have a use case where I need to maintain scroll to top in an app that has multiple 'pages' using bottom navigation and I've...
> Any updates or workarounds? I'm using the bottom nav bar with 5 tabs and pages with `CustomScrollView` in each. Same here. I don't think its appropriate to release an...
Ive been noticing increasing jank in list views, which was only very minor and so subtle as not noticeable in 3.10.x until now its more noticeable and mildly annoying in...
Im a big fan of maintaining code for old versions as well. In this case however, pub.dev allowing for old versions to be installed solves that issue completely. Please re-consider...