ekyc2022 0.0.2 copy "ekyc2022: ^0.0.2" to clipboard
ekyc2022: ^0.0.2 copied to clipboard

We developed the option to choose headings.

example/lib/main.dart

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

import 'package:flutter/services.dart';
import 'package:ekyc2022/ekyc2022.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  String _platformVersion = 'Unknown';

  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        home: Scaffold(
            appBar: AppBar(title: const Text('Plugin example app')),
            body: Column(children: [

            ])));
  }
}
0
likes
110
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

We developed the option to choose headings.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ekyc2022

Packages that implement ekyc2022