division 0.8.0-1 copy "division: ^0.8.0-1" to clipboard
division: ^0.8.0-1 copied to clipboard

outdated

A simple to use yet powerfull styling widget with syntax inspired by CSS.

Division #

A simple to use yet powerfull styling oriented package with syntax inspired by CSS.

Getting Started #

A basic example

Parent(child: Icon(Icons.add))
    .width(200)
    .height(250)
    .centerChild()
    .backgroundColor(Colors.grey)
    .elevation(5)
    .borderRadius(all: 30)
    .animate(500, Curves.easeIn)
    .gesture(
        onTap: () => print('Parent tapped'),
    )
    .build()

Txt('Some text', angleFormat: AngleFormat.degree)
    .elevation(10, angle: 180)
    .bold()
    .fontSize(24)
    .width(100)
    .height(150)
    .backgroundColor(Colors.grey)
    .ripple(true)
    .build()

The Txt widget is still a beta feature

Current priorities #

197
likes
0
pub points
85%
popularity

Publisher

unverified uploader

A simple to use yet powerfull styling widget with syntax inspired by CSS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on division