Skip to content

simongroom/flutter_canada_postal_code_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canada_postal_code_formatter

Dart CI

A handy TextInputFormatter that ensures adherence to the Canadian Postal Code Format.

Getting Started

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  canada_postal_code_formatter: "^0.0.1"

Usage

TextFormField(
  inputFormatters: List<TextInputFormatter> [
    LengthLimitingTextInputFormatter(7),
    CanadaPostalCodeFormatter(),
   ],
),

About

A Flutter Plugin to format TextInput

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages