[jni_flutter] Fix release mode crash#3285
Conversation
PR HealthChangelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with Breaking changes ✔️
This check can be disabled by tagging the PR with API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
This check can be disabled by tagging the PR with |
dcharkes
left a comment
There was a problem hiding this comment.
I am assuming the example app is just the generated stuff from flutter create? I didn't review that.
Yeah pretty much. I just updated lib/main.dart to invoke the package's APIs |
Add an example so I can repro release mode missing symbols bug, then update the proguard rules to fix it.
Fix #3280