adaptive_dialog icon indicating copy to clipboard operation
adaptive_dialog copied to clipboard

Show alert dialog or modal action sheet adaptively according to platform.

Results 22 adaptive_dialog issues
Sort by recently updated
recently updated
newest added

[yaru | Flutter Package](https://pub.dev/packages/yaru) It could be used as a default UI toolkit for all GNU/Linux based systems --- Although yaru UI is only used in Ubuntu, it's currently the...

I am using showModalActionSheet() from this package to display some information. On the same page, I am setting the styling of the bottom sheet like this: ``` Theme( data: Theme.of(context).copyWith(...