menu
flutter_future_progress_dialog package
documentation
dialog/result.dart
dialog/result.dart
dark_mode
light_mode
dialog/result
library
Classes
Failure
<
T
>
Creates the Result object with
error
and
stackTrace
containing error object and stackTrace object respectively.
ProgressDialogResult
<
T
>
This class is used to wrap the result of asynchronous operations shown in progress dialogs. It can either be a
Success
containing the operation's result value, or a
Failure
containing error details if the operation failed.
Success
<
T
>
Creates the Result object with
value
containing some value.
flutter_future_progress_dialog package
documentation
dialog/result.dart
flutter_future_progress_dialog
package
Libraries
dialog/cupertino_progress_bar_dialog
dialog/exactly_once
dialog/progress_bar_dialog
dialog/result
dialog/show_progress_dialog
flutter_future_progress_dialog
result library