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

[BUG] Flutter_Map_Cash Crashes on Android with Impeller enabled #73

Open
rlueders opened this issue Dec 26, 2024 · 0 comments
Open

[BUG] Flutter_Map_Cash Crashes on Android with Impeller enabled #73

rlueders opened this issue Dec 26, 2024 · 0 comments
Labels
bug Something isn't working flutter_map_cache

Comments

@rlueders
Copy link

Package

flutter_map_cache

Bug Description

The app will lockup and typically crash to the home screen after panning around and zooming in and out for a bit. The problem goes away if Impeller is disabled, or if using the Flutter_Map example direclty without the Flutter_Map_Cash plugin. I am not able to recreate the problem on an emulator, but it does happen consistently on my physical pixel 7.

Steps to Reproduce

  1. Build the example from this repo app with Impeller enabled on Flutter 3.27.1.
  2. Install and open the example app on an android device (have yet to test on IOS).
  3. Select the flutter_map_cache from the app's main screen.
  4. Select the Drift or Hive CacheStore type options (I have not tested other, and so they may have the same problem)
  5. Pan/zoom around for a bit. Typically within the first 30 seconds of panning/zooming, the app will hang for a few seconds then crash to the device home screen.

Expected Results

Continued panning/zooming with no crashing.

Actual Results

Crashing.

Code Sample

use the example app from this repo

Platforms

android

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

No branches or pull requests

1 participant