awesome_extensions library

Classes

AvatarImage
ImageSize
ImageSize is used to change the size of the widget.
MyPlatform
Nil
A widget which is not in the layout and does nothing. It is useful when you have to return a widget and can't return null.
Shimmer
A widget renders shimmer effect over child widget tree.
ShimmerState

Enums

AvatarImageShape
AvatarImageShape is used to shape the AvatarImage widget.
ShimmerDirection
An enum defines all supported directions of shimmer effect

Constants

nil → const Nil
A Nil instance, you can use in your layouts.

Functions

setHashUrlStrategy() → void
Sets the URL strategy of your web app to using a leading has (#) instead of paths.
setPathUrlStrategy() → void
Sets the URL strategy of your web app to using paths instead of a leading hash (#).