Ademir Villena
Ademir Villena
@EArminjon I found using the `errorListener` makes Flutter unable to remove unused instances of the CachedNetworkImage with the garbage collector. If you don't mind having error handling, try removing the...
The problem appears when there are configuration keys in the `Info.plist` file (the deprecated ones). The PR #94 added a boolean `wasSetupFromFile` that is causing the problem when there are...
We probably should add that to the README, and also remove the boolean `wasSetupFromFile` as the configuration file is no longer needed/supported.
@jonasbark [this future](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/payment_sheet_deffered_screen.dart#L120) never completes. If you add a print after the await, the print is never executed
Is there any update on this issue?