PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

Implementing own onWillPop result in cast error

Open PcolBP opened this issue 2 years ago • 1 comments

When user will implement own onWillPop function and set handleAndroidBackButtonPress to false cast error will be displayed.

It happens because inside lib/persistent-tab-view.widget.dart function onWillPop is casted on as Future Function()? but '?' sign shouldn't be there since its not null.

Removing question sign from cast resolves problem.

PcolBP avatar Aug 24 '21 07:08 PcolBP

seems like package is not supported

rulila52 avatar Nov 26 '21 22:11 rulila52