sed1ka
sed1ka
@imaNNeoFighT Didn't I already make a unit test?
It's sad because this issue is still happening since 2 years ago
> In my case it was: chewie >=1.7.0 - wakelock_plus ^1.1.0 - package_info_plus >=4.0.2
> 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...
Is there an alternate workaround?
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