nashid_verify_sdk 1.0.4 copy "nashid_verify_sdk: ^1.0.4" to clipboard
nashid_verify_sdk: ^1.0.4 copied to clipboard

The nashid_verify_sdk Flutter plugin provides an interface to integrate the Nashid SDK into your application for document scanning and verification purposes.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:nashid_io_example/select_environment_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(
          seedColor: Colors.deepPurple,
          // primary: Colors.deepPurple,
          // surface: Colors.deepPurple,
        ),
        useMaterial3: true,
      ),
      home: const SelectEnvironmentScreen(),
    );
  }
}
0
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

The nashid_verify_sdk Flutter plugin provides an interface to integrate the Nashid SDK into your application for document scanning and verification purposes.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nashid_verify_sdk

Packages that implement nashid_verify_sdk