Skip to content

lukeurban/cupertino_fullscreen_modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

Wrap your widget CupertinoFullscreenModal. After doing that you can use:

  CupertinoFullscreenModal.of(context).showModal(Widget child, onClose (popValue) {});

popValue is the ThEValue passed in

Navigator.of(context).pop(ThEValue)

Demo

Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published