event_crew library

Classes

AnimatedText
Abstract base class for text animations.
AnimatedTextKit
Base class for Animated Text widgets.
AppUtil
AssetLottie
ColorizeAnimatedText
Animated Text that shows text shimmering between colors.
ColorizeAnimatedTextKit
Animation that displays text elements, shimmering transition between colors.
DialogCom
DropShadow
FadeAnimatedText
Animated Text that displays a Text element, fading it in and then out.
FadeAnimatedTextKit
Animation that displays text elements, fading them in and then out.
FileLottie
FlickerAnimatedText
Animated Text that displays a Text element, as a flickering glow text.
FlickerAnimatedTextKit
FrameRate
Home
HomeModel
HomeState
Lottie
A widget to display a loaded LottieComposition. The controller property allows to specify a custom AnimationController that will drive the animation. If controller is null, the animation will play automatically and the behavior could be adjusted with the properties animate, repeat and reverse.
LottieBuilder
A widget that displays a Lottie animation.
LottieCache
LottieComposition
LottieDelegates
LottieDrawable
LottieFontStyle
LottieImageAsset
LottieOptions
LottieProvider
Marker
MemoryLottie
MyInputField
MyPageView
MyText
NetworkLottie
QrScanner
QrScannerState
RawLottie
A widget that displays a LottieDrawable directly.
RotateAnimatedText
Animated Text that rotates a Text in and then out.
RotateAnimatedTextKit
Animation that displays text elements, rotating them in one at a time.
ScaleAnimatedText
Animated Text that displays a Text element, scaling them up and then out.
ScaleAnimatedTextKit
Animation that displays text elements, scaling them up and then out, one at a time.
SoundUtil
StorageServices
TextLiquidFill
Animation that displays a text element, coloring it to look like sloshing water is filling it up.
TyperAnimatedText
Animated Text that displays a Text element as if it is being typed one character at a time.
TyperAnimatedTextKit
Animation that displays text elements, as if they are being typed one character at a time.
TypewriterAnimatedText
Animated Text that displays a Text element as if it is being typed one character at a time. Similar to TyperAnimatedText, but shows a cursor.
TypewriterAnimatedTextKit
Animation that displays text elements, as if they are being typed one character at a time. Similar to TyperAnimatedTextKit, but shows a cursor.
ValueDelegate<T>
WavyAnimatedText
Animated Text that displays a Text element with each character popping like a stadium wave.
WavyAnimatedTextKit
Animation that displays text elements, with each text animated with its characters popping like a stadium wave.

Constants

paddingSize → const double

Functions

bottomAppBarNoCheck({required BuildContext? context, required PageController? controller, required List<Map<String, dynamic>> itemsList, required int? active, required dynamic onTap(int)?}) Widget
myTextInputBorder(Color borderColor) OutlineInputBorder