request_api_helper library

Classes

BackDark
BaseRequests
CustomRequestData
Fluttertoast
Plugin to show a toast message on screen Only for android, ios and Web platforms
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)
Redirects
RequestApiHelperConfig
RequestApiHelperConfigData
RequestData
RequestFileData
ServerSwitcher
ServerSwitcherData
Session
ToastStateFulState
State for _ToastStateFul

Enums

RESTAPI
Toast
Toast Length Only for Android Platform
ToastGravity
ToastGravity Used to define the position of the Toast on the screen

Properties

currentContext BuildContext?
getter/setter pair
isLoading bool
getter/setter pair

Functions

errorList(int code) → dynamic
FToastBuilder() TransitionBuilder
Simple builder method to create a TransitionBuilder and for the use in MaterialApp builder method

Typedefs

PositionedToastBuilder = Widget Function(BuildContext context, Widget child)
Signature for a function to buildCustom Toast