Last updated:
0 purchases
gst verification
gst_verification #
A new flutter plugin to verify GST number in your flutter apps.
Getting Started #
This plugin is used to get details of any gst Number. This plugin needs a key_secret provided by Appyflow Technologies
Visit the following url to get your own key_secret
Get Key Secret
https://appyflow.in/verify-gst/#getAPI #
Screenshots #
Register to get your own key_secret #
Usage #
GstVerification.verifyGST(gstNo, key_secret).then((result) {
JsonEncoder encoder = new JsonEncoder.withIndent(' ');
String prettyprint = encoder.convert(result);
print(prettyprint);
response = "JSON Response:\n\n" + prettyprint;
print(response);
valueOp = 0;
setState(() {});
}).catchError((error) {
print(error);
valueOp = 0;
setState(() {});
});
copied to clipboard
Result will be in JSON format. Then you can use it to get details of the gst number. For more you can read documentation online
Documentation
For any query :
Mail me at [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.