Sebastian Roth
Sebastian Roth
@nmfisher whenever a Flutter Isolate is started, it could belong to a full Flutter Engine including plugins. This is the case for example in the `workmanager` plugin. Over there, the...
> Thanks @ened - I think I understand your issue now: > > 1) you're working with isolate(s) spawned by flutter_isolate, and isolate(s) spawned by separate Flutter Engine(s)/plugin(s), > >...
Looks like the Pods directory in the Example folder got checked in accidentally. @mludowise Are you still maintaining this project?
Thank you for your reply @Fleker, really appreciate you have taken so many actions already. I think adding more technical detail (formats, validations etc) and cross-links to developers.google.com is really...
@Fleker So much better! Thank you.
@Fleker just small thing - please ensure the link on homepage README points to the new docs eventually: The 2nd link (reference docs) ends up w/ 3.6.0 still.
Have reproduced this issue on 1.20.4 running in iOS 14 simulator. flutter doctor -v ```bash [✓] Flutter (Channel stable, 1.20.4, on Mac OS X 10.15.6 19G2021, locale en-GB) • Flutter...
This is an interesting bug. The OPs example suggest the type of variable passed to `compute` being the cause of the memory leak. From my understanding, [`compute`](https://api.flutter.dev/flutter/foundation/compute.html) only supports what...
@theolof could you try analysing the performance a bit more in detail using Android Studio and the Flutter profile mode? Run the android side of the project using AS and...
> The same is happening here when I update multiple documents in a snapshot the UI freezes. > > I'm using bloc and cubit, and for testing purposes, I'm just...