Dependency on Google libraries in empty Flutter App
I made an empty application with Flutter and did not use any package or plugin in it. The source of the application is at the following address: https://github.com/mostafa-efafi/Fdroid_test
But with all these cases, in the build phase, the error of dependence on Google libraries is encountered:
2023-03-30 10:56:43,886 DEBUG: Problem: found class 'com/google/android/play/core/tasks/OnSuccessListener'
2023-03-30 10:56:43,887 DEBUG: Problem: found class 'com/google/android/play/core/splitcompat/SplitCompatApplication'
2023-03-30 10:56:43,887 DEBUG: Problem: found class 'com/google/android/play/core/splitinstall/SplitInstallStateUpdatedListener'
2023-03-30 10:56:43,887 DEBUG: Problem: found class 'com/google/android/play/core/tasks/OnFailureListener'
2023-03-30 10:56:43,888 DEBUG: Problem: found class 'com/google/android/play/core/splitinstall/SplitInstallManager'
2023-03-30 10:56:43,889 DEBUG: Problem: found class 'com/google/android/play/core/splitinstall/SplitInstallSessionState'
2023-03-30 10:56:43,889 CRITICAL: Found 6 problems in build/efafi.mostafa.fdroid_test/build/app/outputs/flutter-apk/app-release.apkJob address in GitLab: https://gitlab.com/mostafa.ef/fdroiddata/-/jobs/4030759637
metadata: https://gitlab.com/mostafa.ef/fdroiddata/-/blob/master/metadata/efafi.mostafa.fdroid_test.yml
Why does a simple program like "Hello World" give a dependency error to Google?
Edited by Licaon_Kter