flutter_accurascan_kyc 4.0.6
flutter_accurascan_kyc: ^4.0.6 copied to clipboard
This package is for digital user verification system powered by Accura Scan.
4.0.6 #
Add it in your root build.gradle at the end of repositories.
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io/' }
maven { url 'https://developer.huawei.com/repo/' } // Add Huawei Maven
maven {
url 'https://jitpack.io'
credentials { username 'jp_ssguccab6c5ge2l4jitaj92ek2' }
}
}
}