#Patch app package google_maps_flutter not work

1 messages · Page 1 of 1 (latest)

stone blaze
manic hornet
#

Can you share a minimal reproduction sample? What code changes did you make in the patch?

stone blaze
#

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

Shorebird

Fixes for common Shorebird issues

#

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

manic hornet
#

This can happen if you ran a pub upgrade after creating the release

stone blaze
#

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

manic hornet
#

Can you lock the version (remove the caret) just to be sure?