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
140
pub points
68%
popularity

Publisher

verified publisherdeepakdroid.xyz

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on in_validator