We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用floatingOne = floatingManager.createFloating( "1",///key Floating(const FloatingIncrement(), slideType: FloatingSlideType.onLeftAndTop, isShowLog: false, slideBottomHeight: 100)); 创建的全局悬浮框怎样才可以释放。 floatingManager.closeFloating("1");方法只是关闭了悬浮框,并没有实际的释放掉悬浮框
The text was updated successfully, but these errors were encountered:
你好,floatingManager.closeFloating 是可以释放的,内部调用的是 close 方法,会释放掉悬浮窗的哈,你可以看看源码
Sorry, something went wrong.
No branches or pull requests
使用floatingOne = floatingManager.createFloating(
"1",///key
Floating(const FloatingIncrement(),
slideType: FloatingSlideType.onLeftAndTop,
isShowLog: false,
slideBottomHeight: 100));
创建的全局悬浮框怎样才可以释放。
floatingManager.closeFloating("1");方法只是关闭了悬浮框,并没有实际的释放掉悬浮框
The text was updated successfully, but these errors were encountered: