secverify_plugin 1.30.12 copy "secverify_plugin: ^1.30.12" to clipboard
secverify_plugin: ^1.30.12 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(),
    );
  }
}
1
likes
95
pub points
72%
popularity

Publisher

unverified uploader

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

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on secverify_plugin