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

Not working with flutter 3.10 #226

Open
gauravmehta13 opened this issue May 22, 2023 · 6 comments
Open

Not working with flutter 3.10 #226

gauravmehta13 opened this issue May 22, 2023 · 6 comments

Comments

@gauravmehta13
Copy link

gauravmehta13 commented May 22, 2023

The keyboard actions on flutter 3.10 are not visible.
Works fine with 3.7.12
@diegoveloper

@dragojsguru
Copy link

dragojsguru commented May 22, 2023

Also have problem with new Flutter SDK version.

@gauravmehta13
Copy link
Author

@dragojsguru Flutter 3.10 is the new verison only

@Jayshanx
Copy link

Jayshanx commented May 24, 2023

if you are using flutter_screenutil plugin , you shoud upgrade to 5.8.2 or using or just set config like blow

return ScreenUtilInit( designSize: const Size(750, 1334), useInheritedMediaQuery: true, builder: (_, __) {})

the key is set useInheritedMediaQuery=true

link: flutter_screenutil issue

@Sadhorsephile
Copy link

This issue is also reproductable in project without ScreenUtilInit

@Sadhorsephile
Copy link

In my case issue was caused by using of TestWidgetsFlutterBinding.ensureInitialized().inTest.

@gizemgizg
Copy link

I'm having the same problem. I was going to deploy my application but I can't deploy it due to this problem. Can you help? 🥺

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

5 participants