rounded_modal 1.0.1 copy "rounded_modal: ^1.0.1" to clipboard
rounded_modal: ^1.0.1 copied to clipboard

discontinued

A custom implementation of showModalBottomSheet

[1.0.1] - 2019-08-05 #

This plugin is now DEPRECATED as you can now do proper borders with the default implementation from showModalBottomSheet as follows:

showModalBottomSheet(
  shape: RoundedRectangleBorder(
     borderRadius: BorderRadius.circular(10.0),
  ),
  backgroundColor: Colors.white,
);

[1.0.0] - 2018-10-12 #

  • Added fix from @slightfoot that handles the issue of modals hiding the keyboard if any text input is part of its layout

[0.0.1] - 2018-09-01 #

  • First release for this amazingly simple package
5
likes
20
pub points
72%
popularity

Publisher

unverified uploader

A custom implementation of showModalBottomSheet

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rounded_modal