You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example app you include proguard rules. Without them a release build fails. However these proguard rules cause my builds to run much slower and cause them to fail in my deployment pipeline (Codemagic). Is there any work around for this where I could remove those rules? Or some other solution?
Expected result
N/A
Actual result
N/A
Additional context
No response
Relevant logs output
ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in /Users/calebschantz/Desktop/test_app/build/app/outputs/mapping/release/missing_rules.txt.
ERROR: R8: Missing class com.google.android.play.core.splitcompat.SplitCompatApplication (referenced from: io.flutter.app.FlutterPlayStoreSplitApplication and 1 other context)
Missing class com.google.android.play.core.splitinstall.SplitInstallManager (referenced from: com.google.android.play.core.splitinstall.SplitInstallManager io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.splitInstallManager and 4 other contexts)
Missing class com.google.android.play.core.splitinstall.SplitInstallRequest$Builder (referenced from: void io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.installDeferredComponent(int, java.lang.String))
Missing class com.google.android.play.core.splitinstall.SplitInstallRequest (referenced from: void io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.installDeferredComponent(int, java.lang.String))
Missing class com.google.android.play.core.splitinstall.SplitInstallStateUpdatedListener (referenced from: void io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.destroy() and 1 other context)
Missing class com.google.android.play.core.tasks.OnFailureListener (referenced from: void io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.installDeferredComponent(int, java.lang.String))
Missing class com.google.android.play.core.tasks.OnSuccessListener (referenced from: void io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.installDeferredComponent(int, java.lang.String))
Missing class com.google.android.play.core.tasks.Task (referenced from: void io.flutter.embedding.engine.deferredcomponents.PlayStoreDeferredComponentManager.installDeferredComponent(int, java.lang.String) and 1 other context)
The text was updated successfully, but these errors were encountered:
I'm pretty sure it is caused by the package. I tested in an example project with all my dependencies and as soon as I add video_uploader I get the issue.
Version
1.3.0
Environment that reproduces the issue
Android
Is it reproducible in the example application?
Yes
Reproduction steps
In the example app you include proguard rules. Without them a release build fails. However these proguard rules cause my builds to run much slower and cause them to fail in my deployment pipeline (Codemagic). Is there any work around for this where I could remove those rules? Or some other solution?
Expected result
N/A
Actual result
N/A
Additional context
No response
Relevant logs output
The text was updated successfully, but these errors were encountered: