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
90
pub points
0%
popularity

Publisher

unverified uploader

We developed the option to choose headings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ekyc2022