flyverify_plugin 1.0.1 copy "flyverify_plugin: ^1.0.1" to clipboard
flyverify_plugin: ^1.0.1 copied to clipboard

The operator gateway takes the number and verifies the mobile phone number in one second.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'Home.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Home(),
    );
  }
}
0
likes
0
points
390
downloads

Publisher

verified publishermob.com

Weekly Downloads

The operator gateway takes the number and verifies the mobile phone number in one second.

Homepage

License

unknown (license)

Dependencies

collection, flutter, json_annotation

More

Packages that depend on flyverify_plugin

Packages that implement flyverify_plugin