-
I have a problem with dependencies of this library. I see this error during angular app start.
```
ERROR in ./node_modules/ngx-international-phone-number/index.js
Module not found: Error: Can't res…
-
This library is inspired by google's libphonenumber for android but i couldn't find following method in this library which is there in google's libphonenumber.
findNumbers - finds numbers in text …
-
As [noted](https://github.com/swapmyvote/swapmyvote/issues/132#issuecomment-557838383) in #132, we need to ensure that two "spellings" of the same phone number are recognised as duplicates so that the…
-
Example case:
```
parsedNumber, err := libphonenumber.Parse("+8201038791365", "")
formattedNumber := libphonenumber.Format(parsedNumber, libphonenumber.E164)
fmt.Printf("formatted number: %s \n", …
-
After updating to Gradle 8.1.1 the Flutter Login Plugin doenst work anymore.
My build.gradle:
```
buildscript {
ext.kotlin_version = '1.7.20'
repositories {
google()
…
-
Area code 324 is not Valid US number however it is according to [NPA](https://www.nationalnanpa.com/enas/geoAreaCodeNumberReport.do).
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
### What version of Bun is running?
1.1.36+ededc168c
### What platform is your computer?
Darwin 24.0.0 arm64 arm
### What steps can reproduce the bug?
```ts
// index.ts file
import libphonenumber…
-
## Bug report
**Describe the bug**
When enforcing App Check for Authentication on Firebase, I can connect my Flutter App and login users using phone authentication.
After the user logs in a F…
-
Setting selected country as "dm" means CountryISO.Dominica, after entering in input field, flag chan
ges to american flag and american dial-code appears on the screen,
there are some other countryIS…