Donny K. Pratama
Donny K. Pratama
Did you managed to solve this issue? I have the same issue but it happen when I press the back button. It consumes a lot of resource everytime I open-reopen...
Same problem here, in my case, I have sets of data, when I click the gallery which differentiated by the IDs, it opened altogether at the same time causing a...
@giantss You have to use `Get.put` instead of `Get.lazyPut` for the provider.
@giantss put it above your lazyput, that should work. also, you might want to include the parenthesis on the HomeProvider so it doesn't treat it as a Type instead of...
any update on this?
> > @giantss put it above your lazyput, that should work. > > also, you might want to include the parenthesis on the HomeProvider so it doesn't treat it as...
This issue in my case, happens when I set `Content-Type` manually to the headers. Removing them fixes it. Hope it helps! `before` ```dart request.headers.addAll({ 'X-Requested-With': 'XMLHttpRequest', 'Content-Type': 'application/json; charset=utf-8', });...
There is a bug on this package. Whenever I delete all the chips, the find suggestions won't work anymore. I also have similar behavior like @loicsacre 's app.
I was looking for the same idea for a while, but then I found a workaround. Not sure if this suits all you guy's needs but it works for me....