feat: 添加应用品牌信息支持,重构主页 URL 生成逻辑
This commit is contained in:
@@ -4,6 +4,9 @@ import 'package:im_webview_app/main.dart';
|
||||
|
||||
void main() {
|
||||
test('creates the WebView shell app widget', () {
|
||||
expect(const ImWebViewApp(), isA<Widget>());
|
||||
expect(
|
||||
const ImWebViewApp(shellBranding: ShellBranding.fallback),
|
||||
isA<Widget>(),
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user