awesome_flutter_extensions library
Export the library
Extensions
- DevTools
- DevTools extensions
- DurationExt
- Provides conversions from num to Duration
- FontStyles
- Converts in a simple way a textStyle to the desired font style.
- FontWeights
- Converts in a simple way a textStyle to the desired font weight.
- FutureDuration
- Convert a Duration into a Future.
- IntExt
- Int extensions
-
Helper extension that allows to use a navigator like:
context.navigator.push(SomePage())
- PaddingNum
- Converts a num into an EdgeInsets
- PlatformExt
- Platform extensions
- SeparatedIterable
- Allows to insert a separator between the items of the iterable.
- Sizes
-
Helper extension that allows to use a size like:
context.sizes.width
- Space
- Converts a num into a SizedBox
- StringExt
- String extensions
- TextStyles
-
Helper extension that allows to use a text style like:
context.textStyles.h1
- ThemeColors
-
Helper extension that allows to use a color like:
context.colors.primary
- ThemeModeExt
- Theme mode extensions
- Themes
-
Helper extension that allows to use a them like:
context.themes.icon