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

discontinued
outdated

Customize Flutter is awesome package to create beautiful UI.

Customize is awesome flutter package to create beautiful UI.

   Buy Me A Coffee


Thanks to the introduction of extension methods in Dart 2.7.0, customize makes it possible to build widget tree`s more readable and efficient.

customize is build as a tool to enhance your Flutter UI development experience and make code easier. It is highly inspired by Bootstrap and Tailwind CSS.

How to Use #

# add this line to your dependencies
  customize: ^0.0.4
import 'package:customize/customize.dart';

Basic Example #

Text("Customize Flutter Package")
  .h6
  .xl4
  .bold
  .color(color: FxColors.amber500)
  .container(
    color: FxColors.blueGray700,
    padding: FxPadding.pxy(
      horizontal: 60, 
      vertical: 20,
    ),
  )
  .center,

Screen Shot #

customize

21
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Customize Flutter is awesome package to create beautiful UI.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, get

More

Packages that depend on customize