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

disappear in list view #23

Closed
soulonej opened this issue Sep 16, 2022 · 6 comments
Closed

disappear in list view #23

soulonej opened this issue Sep 16, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@soulonej
Copy link

I have tried the example, in ListView the item will be disappear if it is long press,

@rasitayaz
Copy link
Owner

did you try the android demo? can you share a video?

@soulonej
Copy link
Author

soulonej commented Sep 16, 2022

Flutter (Channel stable, 3.0.5, on macOS 12.6 21G115 darwin-x64
• Flutter version 3.0.5 at /
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f1875d570e (9 weeks ago), 2022-07-13 11:24:16 -0700
• Engine revision e85ea0e79c
• Dart version 2.17.6
• DevTools version 2.12.2

IOS 16.0, Simulator 14 Pro Max
IMG_7489.MOV

@rasitayaz
Copy link
Owner

rasitayaz commented Sep 16, 2022

i will try to investigate this but i haven't tested the package on an ios device or simulator before.

have you tried it on any other platform like android or macos? do they also have the same issue?

@soulonej
Copy link
Author

soulonej commented Sep 17, 2022

Now testing simulator in different IOS/Devices
[X] 13 Pro Max (Flutter (Channel stable, 3.0.5,(Xcode 14.0), IOS 15.5)
[X] 14 Pro Max (Flutter (Channel stable, 3.0.5,(Xcode 14.0), IOS 16.0)
[OK] Android 11 (API 30) (emulator)

@rasitayaz
Copy link
Owner

thanks for your efforts, i'll try to fix this as soon as possible.

@rasitayaz
Copy link
Owner

apparently the issue is related to didChangeMetrics() is being called unnecessarily on ios devices, found a similar issue here but it seems the team could not reproduce the issue. i've added an extra check to see if the screen size changed or not, which fixed the issue.

@rasitayaz rasitayaz added the bug Something isn't working label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants