booster 0.0.2 booster: ^0.0.2 copied to clipboard
A collection of useful widgets, extensions and utilities to boost Flutter app development.
booster #
A collection of useful widgets, extensions and utilities to boost Flutter app development.
Usage #
dependencies:
booster: ^0.0.1
Features #
-
Widgets
- Gap: Gap may be used in place of SizedBox.square().
-
Extensions
-
Widget extensions
- toSliver: Converts a widget to a Sliver.
- toExpanded(): Converts a child of a Row, Column, or Flex widget to an Expanded.
- toFlexible(): Converts a child of a Row, Column, or Flex widget to a Flexible.
-
String extensions
- toInt: Converts the string to an integer if possible.
- toDouble: Converts the string to a double if possible.
- toCapitalize: Capitalizes the first character of each word in the string.
-
License #
MIT License