styled_widget 0.1.2+1 copy "styled_widget: ^0.1.2+1" to clipboard
styled_widget: ^0.1.2+1 copied to clipboard

outdated

Simplifying your widget tree structure by defining widget using methods.


Simplifying your widget tree structure by defining widgets using methods.

   Buy Me A Coffee


Thanks to the introduction of extension methods in Dart 2.7.0, styled_widget makes it possible to build widget tree`s more readable and efficient. It is therefore much easier to focus on the actual design of your app.

final Widget button = Text('button')
  .bold()
  .padding(all: 5)
  .backgroundColor(Colors.amber)
  .borderRadius(all: 3);

Showcase #

Design, Code Design, Code Design, Code

Docs #

See the documentation at styled_widget/wiki for more information about using styled_widget!

Quicklinks

787
likes
0
pub points
95%
popularity

Publisher

unverified uploader

Simplifying your widget tree structure by defining widget using methods.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on styled_widget