flyverify_plugin 1.0.2
flyverify_plugin: ^1.0.2 copied to clipboard
The operator gateway takes the number and verifies the mobile phone number in one second.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flyverify_pluginWith Flutter:
$ flutter pub add flyverify_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flyverify_plugin: ^1.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flyverify_plugin/flyverify.dart';
import 'package:flyverify_plugin/flyverify_UIConfig.dart';
import 'package:flyverify_plugin/flyverify_UIConfig.g.dart';
import 'package:flyverify_plugin/flyverify_defines.dart';