Elvis Sun
Elvis Sun
@inlined Is this something we can address in V2?
Sorry for the late response here, are you still having issue with this? Looking at your code I'm not sure if your test is talking to the emulator. You can...
Is anyone interested in forking this repo and submitting a new package to pub?...
Hey @SempaiEcchi, I might be having the same issue, can you elaborate on "debug mode"? Are you running in Android Studio? Did you get the app to run in release...
Thanks Leo. Mine is working on Android but not iOS, maybe that's a different issue :/
Thanks! PR in https://github.com/emostar/flutter-libphonenumber/pull/18
Yeah I think `getRegionInfo` and `normalizePhoneNumber` needs the number to be valid, so throwing an exception is proper. You can either call `isValidPhoneNumber` first or have a catch block yourself...