flutterflow_widgets library

Classes

CustomCalendar
CustomCalendar
CustomIconPopup
CustomIconPopup is a widget that shows a popup when the icon is tapped.
CustomPopup
CustomPopup is a widget that shows a popup when the child is tapped.
CustomStyleArrow
DisplayMedia
Display Media
FlutterFlowMediaDisplay
FlutterFlowVideoPlayer
IconLabelColumn
LinkifyText
SafeAreaBottom
SafeAreaTop
TextWithLabel
UploadedMediaState
UrlPreview
UrlPreview is a widget that shows a preview of a URL.
UrlPreviewModel

Enums

VideoType

Constants

kDefaultAspectRatio → const double

Functions

showModalTopSheet<T>(BuildContext context, Widget child, {bool barrierDismissible = true}) Future<T?>
show a modal on top.
showSnackBar(BuildContext context, SnackBar snackBarContent) → dynamic
Show the snackbar
snackBarContent({required BuildContext context, required String title, required String message, Color backgroundColor = Colors.black, Icon icon = const Icon(Icons.check_circle, color: Colors.amber, size: 28), Color closeButtonColor = Colors.amber, Color arrowBackgroundColor = Colors.white, int? seconds}) SnackBar
Create the snackbar content
snackBarError({required BuildContext context, required String title, required String message, int? seconds}) → dynamic
Show a snackbar with error icon.
snackBarSuccess({required BuildContext context, required String title, required String message, int? seconds}) → dynamic
Show a snackbar with success icon.
snackBarWarning({required BuildContext context, required String title, required String message, int? seconds}) → dynamic
Show a snackbar with error icon.