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

outdated

package to validate Indian identification numbers.

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
0
points
23
downloads

Publisher

verified publisherdeepakdroid.xyz

Weekly Downloads

package to validate Indian identification numbers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on in_validator