I have my main screen which have a expandable fab btn, when i move to another screen using Navigator.of(context).push() which also have a expandable fab btn, the second fab button flickering when clicked. The problem disappeared when i use Navigator.of(context).go(). I spent almost 2 hours to figure out the problem. Hope you guys will fix it soon.
I have my main screen which have a expandable fab btn, when i move to another screen using Navigator.of(context).push() which also have a expandable fab btn, the second fab button flickering when clicked. The problem disappeared when i use Navigator.of(context).go(). I spent almost 2 hours to figure out the problem. Hope you guys will fix it soon.