Andre Haueisen
Andre Haueisen
I have the same problem. Gravity.TOP and Gravity.Bottom are not working as they should on API 22. On API 24 only Gravity.TOP is not working as it should.
Hi @thanksmister Indeed a nasty bug. Thanks for reporting
There is no easy fix for this issue. If I push an IgnorePointer in the overlay, you can't interact with the notification. I will continue to try a solution, but...
Sorry, there isn't. Not yet at least. I actually found a solution but it makes the bottom padding unpredictable. Will continue to test in the next few days
Use dismiss() ``` /// Dismisses the flushbar causing is to return a future containing [result]. /// When this future finishes, it is guaranteed that Flushbar was dismissed. Future dismiss([T result])...
You guys can help giving this issue a thumbs up. [iOS back gesture bug](https://github.com/flutter/flutter/issues/33875#issuecomment-591437483)
Hello @antonygunawan94 So far there are two possible workarounds, but they are not ideal 1- You can give more padding to FLushbar bar so it can go beyond the limits...
I have the same problem. It appears that superclass fields are ignored if not in the child's class constructor.
This is blocking a prod release for us. Any updates?
Just an update. Android 10 new back gesture works fine. The problem is only on IOS.