I am using CupertinoTabScaffold in my flutter app. I can open page with particular item on the first tab and remove it from the second one. Page with removed item can't be opened, so I call Navigator.of(context).pop from this page in Redux Store callback. This works but the problem is I see animation when I open first tab (it starts at the moment when I click on this tab). How can I make Navigator.of(context).pop without animation?
Could someone help me? Any help is appreciated!