in_validator 1.0.0 copy "in_validator: ^1.0.0" to clipboard
in_validator: ^1.0.0 copied to clipboard

package to validate Indian identification numbers such as PAN, AADHAAR, GST, DRIVING LICENSE, etc.

example/lib/main.dart

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

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      debugShowCheckedModeBanner: false,
      home: const Example(),
    );
  }
}
6
likes
160
points
59
downloads

Publisher

verified publisherdeepakdroid.xyz

Weekly Downloads

package to validate Indian identification numbers such as PAN, AADHAAR, GST, DRIVING LICENSE, etc.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on in_validator