gst_verification 2.0.2 copy "gst_verification: ^2.0.2" to clipboard
gst_verification: ^2.0.2 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 #

WhatsApp Image 2019-08-13 at 1 27 19 PM(1)

WhatsApp Image 2019-08-13 at 1 27 19 PM

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 mr.dishantmahajan@gmail.com

28
likes
140
points
72
downloads

Publisher

verified publishermrdishant.com

Weekly Downloads

2024.09.19 - 2025.04.03

A flutter plugin to verify GST number in your flutter applications.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http

More

Packages that depend on gst_verification