'flutter error javax.xml.bind.UnmarshalException

when i try to build apk in my fluttter project the terminal show me a lot of lines probleme in gradle i tried to use flutter build apk no sound null safety and also the also the project is related with firebase

Could not determine the dependencies of task ':app:lintVitalRelease'.

Could not resolve all dependencies for configuration ':app:lintClassPath'. Could not create task ':app:minifyReleaseWithR8'. > javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Fin pr�matur�e du fichier.]

my dependencies

version: 1.0.0+1

environment: sdk: ">=2.16.2 <3.0.0"

dependencies: flutter: sdk: flutter

cupertino_icons: ^1.0.2 firebase: ^9.0.3 firebase_core: ^1.15.0 firebase_auth: ^3.3.16 cloud_firestore: ^3.1.13

dev_dependencies: flutter_test: sdk: flutter



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source