Skip to content
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

FlutterEasyLoading 会使 PopupMenuButton 兼容问题 #233

Open
one-flower opened this issue May 11, 2024 · 1 comment
Open

FlutterEasyLoading 会使 PopupMenuButton 兼容问题 #233

one-flower opened this issue May 11, 2024 · 1 comment

Comments

@one-flower
Copy link

one-flower commented May 11, 2024

Describe the bug
FlutterEasyLoading 会使 PopupMenuButton 同时使用,当我点击下拉框下拉,取消的时候,会使下拉框背景有一段时间的像素块

Flutter/Dart info
Widget materialApp = MaterialApp(
debugShowCheckedModeBanner: false,
checkerboardOffscreenLayers: true,
locale: localeProvider.language,
localizationsDelegates: const [
S.delegate,
GlobalMaterialLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
GlobalWidgetsLocalizations.delegate
],
supportedLocales: const [
Locale('zh', 'CN'),
Locale('en', 'US'),
Locale('it', 'Italy'),
],
onGenerateRoute: Routes.router.generator,
navigatorKey: navigatorKey,
home: const LoginPage(),
builder: (BuildContext context, Widget? child) {
return MediaQuery(
data:
MediaQuery.of(context).copyWith(textScaler: TextScaler.noScaling),
child: FlutterEasyLoading(
child: child!,
),
);
},
);

Screenshots
image

bug.mp4
Copy link

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant