gst_verification 1.0.1 gst_verification: ^1.0.1 copied to clipboard
A new 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
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 about the gstNumber. For More you can read documentation online Documentation
For any query : Mail me at mr.dishantmahajan@gmail.com