phone_number 0.3.1 copy "phone_number: ^0.3.1" to clipboard
phone_number: ^0.3.1 copied to clipboard

discontinuedreplaced by: phone_numbers_parser
outdated

Flutter plugin for phone number validation

0.3.1 #

  • Add support for phone number's countryCode and nationalNumber

0.3.0 #

  • Add partial number formatting

0.2.0 #

  • Upgrade to libphonenumber 8.10.11 & PhoneNumberKit 2.6.0
  • Refactor to AndroidX
  • Remove Kotlin support and switched back to full Java implementation
  • Added a very simple test in the example app

0.1.1 #

  • Minimal implementation of the parse method. Example app still not functional.