vies 0.0.1+1 vies: ^0.0.1+1 copied to clipboard
This dart lib is basically calling web service provided by VIES for check VAT validity
https://ec.europa.eu/taxation_customs/vies/technicalInformation.html
VIES (VAT Validation) #
This dart lib is basically calling web service provided by VIES (at https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl) for VAT number validation.
If VAT is valid this lib return business entity infos.
Install #
With Dart:
dart pub add vies
With Flutter:
flutter pub add vies