geetest_plugin 0.0.1 copy "geetest_plugin: ^0.0.1" to clipboard
geetest_plugin: ^0.0.1 copied to clipboard

outdated

Geetest Flutter plugin.

Build Status

geetest_plugin #

Geetest Flutter plugin.

Getting Started #

Basic function version, waiting for iteration.

  Future<void> getGeetest() async {
    String result;
    // Platform messages may fail, so we use a try/catch PlatformException.
    try {
      result = await GeetestPlugin.getGeetest('url: api1');
    } on PlatformException {
//      _json = 'Failed to get platform version.';
    }

    // If the widget was removed from the tree while the asynchronous platform
    // message was in flight, we want to discard the reply rather than calling
    // setState to update our non-existent appearance.
    if (!mounted) return;

    setState(() {
      _json = result;
    });
  }
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Geetest Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on geetest_plugin