2 questions from the last 7 days
-3
votes
1
answer
80
views
State not updating properly in swiftui
I have a few components, but I will simplify the code here. Essentially I have a WebView class that builds up a webview and sets the webview variable in the parent class, then I can act on that ...
0
votes
0
answers
11
views
Flutter Does Not Preserve App State Properly During In-App Purchases
Description
I am facing a critical issue with Flutter's state preservation when handling in-app purchases. In my app, I have implemented in-app purchases using Provider for state management. The ...