customize 0.0.3 copy "customize: ^0.0.3" to clipboard
customize: ^0.0.3 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.2
import 'package:customize/customize.dart';

Basic Example #

Container(
          ///MediaQuery.of(context).size.height
          height: FxHeight.vh100,

          ///MediaQuery.of(context).size.width
          width: FxWidth.vw100,

          ///EdgeInsets.all(32)
          padding: FxPadding.p32,

          ///EdgeInsets.symmetric(horizontal: 32)
          margin: FxMargin.mx32,
          ///Custom light shade red color
          color: FxColors.red100,
          child: Text("Customize Flutter Package").h6.bold,
        )
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