danielRi
danielRi
Thanks so much for the help guys. We ended up using `-dart--define` in combination with flavorizr. Not perfect but its fine for now
hey @dariuszseweryn :) No I have not. I see this fixes the issue. Thank you! Maybe the error "Location Permission missing" is not ideal, but not gonna complain about it...
Same problem here
Any news on this? We need this fix.
Having the same issue, I find if I add the following method to the Flushbar class: ``` /// Checks if the flushbar is visible bool isShowingOrAppearing() { return _flushbarRoute?.currentStatus ==...
@slc1973 The solution in your link used to work. But since 2.10.5 I keep getting this error, described in this issue. Any other solutions?
@IkhwanSI13 What´s your resolved version? Im having the same issue with liquidPullToRefresh 3.0.0, flutter 2.0.5. Politely bumping this.
I think I have the same Problem but im not sure since you didnt really describe your issue In iOS the launcher icon stays blank, it shows the default "white...
politely bumping this issue.
I also got the crash but noticed if I move the line out of the `setContent` method the error seems to have vanished: ```kotlin class MainActivity : ComponentActivity() { override...