Featured image of post Khmer Phone Validate Flutter

Khmer Phone Validate Flutter

Design by Rotha Pheng.

khmer_phone_validator

Validator Khmer Phone Number.

URL to pub

Link pubdev

Example

      
      final phone = "012123123";

      final newPhone = KhmerPhoneValidator().validPhone(phone);

      print(newPhone.phone);
      /// 855012123123
      print(newPhone.status);
      /// status:  true
Built with Hugo
Theme Stack designed by Jimmy