authvalidations 0.0.9 copy "authvalidations: ^0.0.9" to clipboard
authvalidations: ^0.0.9 copied to clipboard

This package mostly use in login signup demo.

TODO: This package mostly use for apply validation in your project.

Features #

TODO: https://d33wubrfki0l68.cloudfront.net/991f8c906c39b45919a78b1e7d08f2069f3cbc93/4c547/images/validating-forms-in-flutter/android_validation_example.png.

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

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

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

  class _MyAppState extends State<MyApp> {
    @override
    Widget build(BuildContext context) {
      return Scaffold(
        backgroundColor: Colors.white,
        body: Padding(
          padding: const EdgeInsets.symmetric(horizontal: 20),
          child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: [
              TextFormField(
                ,

              ),
            ],
          ),
        ),
      );
    }
  }
copied to clipboard

to /example folder.

const like = 'sample';
copied to clipboard

Additional information #

TODO: This package mostly use for apply validation in your project.

1
likes
120
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

This package mostly use in login signup demo.

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on authvalidations