Replies: 1 comment 3 replies
-
|
To open or close the loading dialog manually, you can simply call it like this: /// Open
LoadingDialog.instance.show(
context,
configs: ProImageEditorConfigs(),
);
/// Close
LoadingDialog.instance.hide(); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now I can only call the loading state if there is an await in the onImageEditingComplete method.
I want to manage state through Bloc .
How to call the loading state (window) manually?
Beta Was this translation helpful? Give feedback.
All reactions