gst_verification 2.0.1 gst_verification: ^2.0.1 copied to clipboard
A flutter plugin to verify GST number in your flutter applications.
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(() {});
});
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 mr.dishantmahajan@gmail.com