-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
SmartDialog在各类路由框架中如何初始化 #131
Comments
This was referenced Jun 4, 2023
This was referenced Jul 7, 2023
看了上述初始化发现没有fluent_ui库的初始化方法,我最近使用fluent_ui库开发桌面程序,怎么初始化smartdialog呢?因为main.dart里面他需要用FluentApp.router,而不是MaterialApp,希望大佬指点,感激不尽 |
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MaterialApp场景初始化
配置全局自定义样式
SmartDialog.showLoading(builder: (_) => CustomLoadingWidget);
SmartDialog.showLoading();
各类场景初始化
flutter_boost场景
MaterialApp.router场景
auto_route场景
go_router场景
routemaster场景
The text was updated successfully, but these errors were encountered: