Luca Visentin

Results 23 comments of Luca Visentin

But the price changes over time

You should make a pull request to add it to the README.md

The exact same error happened again with flutter_cache_manager **3.1.2**! Two times in a row for the same user. Here below the stacktraces from crashlytics. The first time the exception was...

Same of mine #337

I have the same exception. But It happens only when I pop a new route on top of the current page. For me this is critical, because I can't use...

Probably you are trying to call `setState()` in the callback passed as listener of `PagewiseLoadController`. You can do: ``` WidgetsBinding.instance.addPostFrameCallback((_) { if (mounted) setState(() { //Modify your state }); });...

> Two solutions: > > Add an option to only configure tools which are present in the mise.toml, .tool-versions or any idiomatic files present in the project (and ignore any...