flutter_animated_dialog library

Classes

ClassicGeneralDialogWidget
created time: 2019-07-31 09:35 author linzhiliang version 1.0 since file name: classic_dialog_widget.dart description: General dialog
ClassicListDialogWidget<T>
created time: 2019-08-01 08:59 author linzhiliang version 1.0 since file name: classic_dialog_widget.dart description: Classic dialog with list content
ClassicListDialogWidgetState<T>
CustomDialog
A material design dialog.
CustomDialogWidget
created time: 2019-07-19 14:35 author linzhiliang version 1.0 since file name: animated_dialog.dart description: Custom dialog widget

Enums

DialogTransitionType
ListType
List type

Properties

isShowing bool
Is dialog showing
getter/setter pair

Functions

showAnimatedDialog<T extends Object?>({required BuildContext context, bool barrierDismissible = false, required WidgetBuilder builder, dynamic animationType = DialogTransitionType.size, Curve curve = Curves.linear, Duration? duration, Alignment alignment = Alignment.center, Color? barrierColor, Axis? axis = Axis.horizontal}) Future<T?>
Displays a Material dialog above the current contents of the app

Typedefs

OnMultiSelectionCallback = void Function(List<int> selectedIndexes)
Multiple selection callback of list dialog
OnSingleSelectionCallback = void Function(int selectedIndex)
Single selection callback of list dialog