java.lang.ClassNotFoundException #416
-
|
Anybody see this error before? Doesn't happen in debug or profile, but when I build in release or build an apk I got this error when running. Map is grey and never loads. Any thoughts would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Seems like Proguard removes the class in the release builds. dependency_overriedes:
maplibre:
git:
url: https://github.com/josxha/flutter-maplibre
ref: chore/prepare-v0.3.2-release
path: maplibre |
Beta Was this translation helpful? Give feedback.
-
|
Ran a flutter upgrade and now things seem to be working with the pr you listed. |
Beta Was this translation helpful? Give feedback.



Seems like Proguard removes the class in the release builds.
I added a fix in the
chore/prepare-v0.3.2-releasebranch. Can you test if it solves the problem for you?