seena98 / auto_start_flutter

A Package for handling auto-start permissions to fix background problems in some phones.
BSD 2-Clause "Simplified" License
6 stars 11 forks source link

Error while building project #13

Open JayWebtech opened 1 year ago

JayWebtech commented 1 year ago

FAILURE: Build failed with an exception.

ameenbadri7 commented 3 weeks ago

try adding this to android/build.gradle

allprojects {
    repositories {

        // for auto_start_flutter package
        maven { url 'https://jitpack.io' }
    }
}