We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Such as showCupertinoModalBottomSheet is deprecated in demo and I failed show modal using the function in 2.1.2
showCupertinoModalBottomSheet
showModalBottomSheet( context: context, backgroundColor: Colors.transparent, builder: (context) => DetailPage(), );
Any help?
The text was updated successfully, but these errors were encountered:
Deprecated in which demo?
You will need MaterialWithModalsPageRoute on the route you're navigating from.
MaterialWithModalsPageRoute
Sorry, something went wrong.
The demo perhaps is in Example folder on master branch by then. I don't know whether it works by now.
Please see the example Cupertino Modal fit:
modal_bottom_sheet/modal_bottom_sheet/example/lib/main.dart
Lines 166 to 174 in e44458d
No branches or pull requests
Such as
showCupertinoModalBottomSheet
is deprecated in demo and I failed show modal using the function in 2.1.2Any help?
The text was updated successfully, but these errors were encountered: