Code Monkey home page Code Monkey logo

intl_phone_field's Introduction

International Phone Field Package

All Contributors

Pub

A customised Flutter TextFormField to input international phone number along with country code.

This widget can be used to make customised text field to take phone number input for any country along with an option to choose country code from a dropdown.

Screenshots

Installing

To use this package:

Run this command:

flutter pub add intl_phone_field

Or, add the following to your pubspec.yaml file:

dependencies:
  intl_phone_field: ^3.1.0

How to Use

Simply create a IntlPhoneField widget, and pass the required params:

IntlPhoneField(
    decoration: InputDecoration(
        labelText: 'Phone Number',
        border: OutlineInputBorder(
            borderSide: BorderSide(),
        ),
    ),
    initialCountryCode: 'IN',
    onChanged: (phone) {
        print(phone.completeNumber);
    },
)

Use initialCountryCode to set an initial Country Code.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Comment on Issue or Pull Request, asking @all-contributors to add a contributor:

@all-contributors please add @<username> for <contributions>

<contributions>: See the Emoji Key (Contribution Types Reference) for a list of valid contribution types.

Maintainers

Contributors


Vansh Goel

๐Ÿ’ป

KNO3

๐Ÿ’ป

Ling Li

๐Ÿ’ป

Anggara Putra Pratama

๐Ÿ’ป

JJ Geewax

๐Ÿ’ป

Keval Prajapati

๐Ÿ’ป

LICENSE

License: MIT

intl_phone_field's People

Contributors

marcaureln avatar vanshg395 avatar lingster avatar allcontributors[bot] avatar kanekt avatar waelahmed99 avatar 4mitabh avatar meiraxx avatar skpraharaj avatar ideepakyadav avatar tritao avatar devbrandonlong avatar subair-zufi avatar grooviz avatar goatiful avatar yaashwardhan avatar donzo24 avatar zaharl avatar almasco123 avatar anggaraputrapratama avatar bclarksoftware avatar iampato avatar jino-gigco avatar kkraja555 avatar kushhal13 avatar luisredondo avatar mahmoudalaa97 avatar pmatheus avatar alexcastrodev avatar aliasgarlabs avatar

Watchers

James Cloos avatar

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.