FlutterProTools class abstract

is a comprehensive utility package for Flutter that simplifies common development tasks such as navigation, displaying dialogs and snack bars, handling HTTP requests, managing local storage, and more. It is designed to streamline your Flutter app development by providing ready-to-use methods and tools that handle many repetitive tasks

Constructors

FlutterProTools.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

dismissLoadingDialog() → void
Dismisses the currently displayed loading dialog.
showBarModal({required Widget page, required bool enableDrag, Color? color, required bool isDismissible, dynamic callback(dynamic)?}) → dynamic
Shows a customizable bottom sheet modal using showBarModalBottomSheet.
showLoadingDialog() → dynamic
Displays a modal loading dialog with a linear progress indicator.
showMaterialModel(Widget page, {dynamic callback(dynamic)?}) → dynamic
Shows a modal bottom sheet using showMaterialModalBottomSheet