Son Tung

Results 3 comments of Son Tung

```dart Stack(children: [ Opacity( opacity: 0.01, child: WebViewWidget(controller: WebViewController()) ), const CircularProgressIndicator(), ]); ``` wrap your flutter_inappwebview with another webview could temporary fix it or subscribe to this issues for...

I don't understand why there are two pendingCompletePurchase with different bool value and sometime the stream return every single transaction that i made, even these transactions already went through completePurchase()

just use Stack and put a black Container at the top ` header: Stack( children: [ Container( decoration: const BoxDecoration( color: Colors.black, ), height: 32, ), Container( decoration: BoxDecoration( color:...