squircle 0.0.2 copy "squircle: ^0.0.2" to clipboard
squircle: ^0.0.2 copied to clipboard

A new Flutter package project.

Features #

package allows to do beautuful buttons, containers etc.

Getting started #

Just download package and use it

Usage #

                Container(
                  margin: EdgeInsets.only(bottom: 20),

                    width: 200,
                    height: 100,
                    decoration: BoxDecoration(
                      borderRadius: BorderRadius.circular(20),
                    ),

                    child: const Material(
                      elevation: 5,
                      color: Color(0xFFD2E8FC),

                      shape: SquircleBorder(
                        side: BorderSide(color: Color(0xFFD2E8FC), width: 1.9),
                      ),
                      child: ListTile(
                        contentPadding: EdgeInsets.all(10),
                        title: Text('example', textAlign: TextAlign.center,),
                      ),
                    )
                )

Additional information #

2
likes
110
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on squircle