sed1ka

Results 12 comments of sed1ka

It's sad because this issue is still happening since 2 years ago

> This happens because the Container is missing the `clipBehavior` on `GetSnackBar` widget. It should be fixed by simply adding: > > ```dart > clipBehavior: Clip.hardEdge, > ``` > >...

This issue also happen with `ShimmerDirection.btt`

It's been 5 years, but this feature still hasn't been implemented. Wanted to try to use another library but `webview_flutter` is official. Meanwhile, `flutter_inappwebview` has lots of bugs. ༼ ༎ຶ...

I always getting [ERROR:ssl_client_socket_impl.cc(996)] handshake failed; returned -1, SSL error code 1, net_error -202 Even though the URL I opened has a valid SSL. The `onWebResourceError` also doesn't trigger at...

Using `showCustomNotification` will give the same behavior, adding a margin or padding will still block the Clickable widget under it. But I didn't try with `ListTile` since I have a...

The behaviour also occurs on me when using another bottomNavigationBar Maybe the problem is not from this plugins