rounded_dialogs 0.0.4 copy "rounded_dialogs: ^0.0.4" to clipboard
rounded_dialogs: ^0.0.4 copied to clipboard

Package that provides easy access to rounded dialogs.

Rounded Dialogs #

Easiest Flutter Package for Custom Rounded Dialogs #

https://www.buymeacoffee.com/heyom https://www.buymeacoffee.com/heyom


> Adding Permissions #

     No Special Permissions Required

Extreme Simple use of the package #

Just call the class with function #

ShowRoundedDialog(child: Center(child: Text('Congrats!!!')),height: 200,width: 250).showCustomDialog(context);

If you take an example to fit (For beginners to understand) #

ElevatedButton(
            child: Text('Show Dialog'),
            onPressed: () {
                myRoundedDialogBox(
                  context: context,
                  child:Center(child: Text('Congrats!!!')),
                  height: 200,
                  width: 200,
                  curveRadius: 20,
              );
            },
          ),

Look at the example linked to know more #

https://pub.dev/packages/rounded_dialogs/example


Getting Started with Flutter #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

3
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Package that provides easy access to rounded dialogs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on rounded_dialogs