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

A Flutter SDK for authentication with RSA encryption, designed for authentication.

example/lib/main.dart

// example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'SmartVerify SDK Example',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: const NetworkCheckPage(),
    );
  }
}
0
likes
0
points
437
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter SDK for authentication with RSA encryption, designed for authentication.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, encrypt, flutter, http, pointycastle

More

Packages that depend on smart_verify

Packages that implement smart_verify