dudv_base library
Classes
- ActionNotiView
- AppBarSearchView
- AppContract
- AppPresenter
- BtnView
- DudvConfig
- Fluttertoast
- Plugin to show a toast message on screen Only for android, ios and Web platforms
- FormInputView
- FToast
- Runs on dart side this has no interaction with the Native Side Works with all platforms just in two lines of code final fToast = FToast().init(context) fToast.showToast(child)
-
GroupedListView<
T, E> - A groupable list of widgets similar to ListView, execpt that the items can be sectioned into groups.
- GuidePermissionView
- IconIOS
- LifecycleEventHandler
- LineOrLineView
- LineView
- LoadingView
- NoDataView
- RowStep
- TitleRequireView
- ToastStateFulState
-
State for
_ToastStateFul
- Utils
Mixins
Functions
-
FToastBuilder(
) → TransitionBuilder - Simple builder method to create a TransitionBuilder and for the use in MaterialApp builder method
Enums
- GroupedListOrder
- Toast
- Toast Length Only for Android Platform
- ToastGravity
- ToastGravity Used to define the position of the Toast on the screen
Typedefs
- PositionedToastBuilder = Widget Function(BuildContext context, Widget child)
- Signature for a function to buildCustom Toast