i have issue when i patch android my feature google map getting blank, before i use older version shorebird stil work, but when i upgrade shorebird version this happen, my app id https://console.shorebird.dev/apps/eab2e673-5fdb-4965-8efa-89f6d931ae05/releases/110175
#Patch app package google_maps_flutter not work
1 messages · Page 1 of 1 (latest)
Can you share a minimal reproduction sample? What code changes did you make in the patch?
i just change some of widget which is not related to google_maps_flutter, and when patching getting this warning, [WARN] Your app contains native changes, which cannot be applied with a patch.
Changed files:
base/dex/classes3.dex
If you don't know why you're seeing this error, visit our troubleshooting page at https://docs.shorebird.dev/troubleshooting
and by the way other package related with map like map_picker getting same problem like change into blank when i patch
my step, release android app, next change some of widget, and patch, and then issue happen
Are you sure you didn’t change the version of the plugin?
This can happen if you ran a pub upgrade after creating the release
im sure, even i did it 2 time release app for make sure that, but stil got same issue
im using map_picker: ^0.0.3, and google_maps_flutter: ^2.5.3
Can you lock the version (remove the caret) just to be sure?