bd_phone_validator 1.0.3
bd_phone_validator: ^1.0.3 copied to clipboard
A Dart package for validating Bangladeshi phone numbers.
📜 Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-03-26 #
Added #
- Initial release of
bd_phone_validator. - Validates Bangladeshi phone numbers with prefixes (+88, 88, or none).
- Ensures proper format
01[3-9]XXXXXXXX(11 digits).
1.0.1 - 2025-03-26 #
Fixed #
- Fixed incorrect regex syntax for phone number validation.
- Ensured numbers match
01[3-9]XXXXXXXXpattern correctly.