idcheckio 9.0.0 copy "idcheckio: ^9.0.0" to clipboard
idcheckio: ^9.0.0 copied to clipboard

A Flutter plugin used to integrate the IDCheck.io SDK in a flutter project.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:idcheckio_example/home/home.dart';

/// Main entry of the example app.
void main() {
  runApp(Main());
}

/// Initial Widget encapsulating all the other.
class Main extends StatelessWidget {
  const Main({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: Home());
  }
}
1
likes
140
points
288
downloads

Publisher

verified publisheridnow.io

Weekly Downloads

A Flutter plugin used to integrate the IDCheck.io SDK in a flutter project.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, plugin_platform_interface

More

Packages that depend on idcheckio

Packages that implement idcheckio