Hi,
When building my project depending on simple_barcode_scanner I receive this error:
Task failed with an exception.
Could not find method jcenter() for arguments [] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler.
jcenter() seems no more supported and deprecated.
Stackoverflow saying in https://stackoverflow.com/questions/66282782/could-not-find-method-jcenter-for-arguments-on-repository-container-of-type that:
"JFrog is shutting down JCenter completely in May. Try using mavenCentral() instead"