flutter_libphonenumber
flutter_libphonenumber copied to clipboard
iOS/android different libs
Could you clarify the reason on using different libs for android and ios there could be different behavior and bugs which make the lib usage more like an unexpected thing
The official libphonenumber library is only supported in java, c++ and javascript. Maybe you can make it work with dart:ffi with c++ but it's much easier to just use the more common PhoneNumberKIt for ios/macos.
Yeah, I'm planning to investigate