0 purchases
custom cupertino page route
A CupertinoPageRoute which can disable swipe back gesture.
Usage #
Navigator.push(
context,
CustomCupertinoPageRoute(
builder: (BuildContext context) {
return HomePage();
},
isPopGestureEnabled: false,
),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.