Giter Site home page Giter Site logo

ravikovind / date_input_form_field Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 631 KB

DateInputFormField is a Flutter widget that wraps a FormField and allows the user to enter a date in a simple, intuitive way.

License: MIT License

Kotlin 0.18% Swift 2.45% Objective-C 0.05% Dart 32.44% CMake 27.55% C++ 32.70% C 2.02% HTML 2.61%

date_input_form_field's Introduction

date_input_form_field

pub package Score Platform GitHub stars GitHub forks GitHub issues GitHub pull requests

date_input_form_field is a widget for easy date input within a Form, supporting various formats. It is similar to the TextFormField widget.

It is a simple widget that wraps a FormField and provides a (String,DateTime) object as a result. It supports various date formats and can be easily customized. It can be used with any Form.

Usage

To use this plugin, add date_input_form_field as a dependency in your pubspec.yaml file.

dependencies:
  date_input_form_field: ^1.1.0

Example

Import the file to your project

import 'package:date_input_form_field/date_input_form_field.dart';

Use the Icon

DateInputFormField(
autovalidateMode: AutovalidateMode.onUserInteraction,
format: 'dd/MM/yyyy',
controller: controller,
decoration: const InputDecoration(
labelText: 'Date of Birth',
border: OutlineInputBorder(),
  ),
),
                

Issues & Feedback

If you wish to contribute to this repo, welcome to Pull Requests. Star ⭐ the repo if you find it useful 🤩🤩. we are open to enhancements, bug-fixes & suggestions. feel free to open an issue.

License

MIT License

Maintainers

date_input_form_field's People

Contributors

raviworkrush avatar ravikovind avatar

Stargazers

Mohammed Sajid Qureshi avatar Arbaan Qureshi S avatar  avatar

Watchers

 avatar

Forkers

ravinextaverse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.