cupertino_fullscreen_modal

Creator: coderz1093

Last updated:

0 purchases

cupertino_fullscreen_modal Image
cupertino_fullscreen_modal Images

Languages

Categories

Add to Cart

Description:

cupertino fullscreen modal

cupertino_fullscreen_modal #
A new flutter plugin project.
A Flutter widget for displaying fullscreen modal iOS style.
Installing: #
Add the following to your pubspec.yaml file:
dependencies:
cupertino_fullscreen_modal: ^0.0.1
copied to clipboard
#
Usage #
Wrap your widget CupertinoFullscreenModal. After doing that you can use:
CupertinoFullscreenModal.of(context).showModal(Widget child, onClose (popValue) {});
copied to clipboard
popValue is the ThEValue passed in
Navigator.of(context).pop(ThEValue)
copied to clipboard
#
Demo #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.