awesome_extensions 0.0.1 copy "awesome_extensions: ^0.0.1" to clipboard
awesome_extensions: ^0.0.1 copied to clipboard

outdated

An extension to the widget that helps to reduce the boilerplate and adds some helpful methods.

flutter_extension #

Let get started 💪 #

  1. Go to pubspec.yaml
  2. add a flutter_extension and replace [version] with the latest version:
dependencies:
 flutter_extension: ^[version]
  1. click the packages get button or flutter pub get

TextStyle Extensions #

.bold() #

Text('Hello World',
    style: Theme.of(context).textTheme.caption.bold,
   ),

Similar text style extensions are:

  • mostThick The most thick - FontWeight.w900
  • extraBold Extra-bold - FontWeight.w800
  • bold Bold - FontWeight.bold - FontWeight.w700
  • semiBold Semi-bold - FontWeight.w600
  • medium Medium - FontWeight.w500
  • regular Regular - FontWeight.w400
  • light Light - FontWeight.w300
  • extraLight Extra-light - FontWeight.w200
  • thin Thin, the least thick - FontWeight.w100
181
likes
0
pub points
93%
popularity

Publisher

verified publisherpesa.co.in

An extension to the widget that helps to reduce the boilerplate and adds some helpful methods.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on awesome_extensions