custom_cupertino_page_route 0.0.1 copy "custom_cupertino_page_route: ^0.0.1" to clipboard
custom_cupertino_page_route: ^0.0.1 copied to clipboard

A CupertinoPageRoute which can disable swipe back gesture.

A CupertinoPageRoute which can disable swipe back gesture.

Usage #

  Navigator.push(
    context,
    CustomCupertinoPageRoute(
      builder: (BuildContext context) {
        return HomePage();
      },
      isPopGestureEnabled: false,
    ),
  );
1
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A CupertinoPageRoute which can disable swipe back gesture.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_cupertino_page_route