David Martos
David Martos
@adnankhan74444 Could you share the logs from `flutter run`?
After talking with an user who was experiencing this issue it looks like disabling MIUI optimizations solves the problem. Still, it would be good to have some logs to see...
This issue still exists
@vbuberen Yes, it would be great if someone that can reproduce the issue could share some logs. I don't think it should be closed for inactivity though, someone may encounter...
@faho Is this an easy fix or is there something advanced involved for the right solution? From the `tide` linked issue, this is an simple prompt that reproduces the issue...
This may help in case of making it automatic: https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json It is an official endpoint with the available Flutter SDK versions.
Any update on this? Is the error expected due to an invalid usage of Riverpod or is it a valid bug?
I wanted to replace my dependency to a very similar package but not maintained one (https://github.com/best-flutter/flutter_swiper) but I encountered with this same issue. Although on my case I actually have...
@PhilipK Thanks for the explanation. Is a v2 needed? What would be the use case of creating a new shortcut file always instead of reusing them if possible?
@simolus3 Thank you that's helpful! I did a small experiment with native mutexes with the `native_synchronization` package, from the Dart Team https://github.com/dart-lang/native_synchronization The problem is that the native Mutex implementation...