secverify 1.30.7 copy "secverify: ^1.30.7" to clipboard
secverify: ^1.30.7 copied to clipboard

discontinuedreplaced by: secverify_plugin
PlatformAndroidiOS

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(),
    );
  }
}
2
likes
95
pub points
0%
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

collection, flutter, json_annotation

More

Packages that depend on secverify