flutter_libphonenumber
flutter_libphonenumber copied to clipboard
Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.
Error while running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':flutter_libphonenumber_android:compileDebugKotlin'. > 'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin'...
- compileOptions and kotlinOptions for android - recreate example projects using latest flutter version - min dart sdk to 3.4.1
When code user provides autofillHints telephoneNumber iOS automatically suggests end user's phone from their contact card (Phone -> Contacts -> My Card) ```dart TextFormField( autofillHints: const [ AutofillHints.telephoneNumber, ], inputFormatters:...
I have a Flutter project and its Android project is running with the following configuration: - Kotlin 1.8.20 - Android Gradle Plugin 7.4.2 - Gradle 8.1.1 After upgrading my Android...
On a flutter iOS app I'm running into issues after someone changes from the default option (UK) and then back to it, the uk mask is inconsistent. I have two...
``` libphonenumber.min.js:7 Uncaught TypeError: Cannot set properties of null (setting 'exports') at libphonenumber.min.js:7:87 at libphonenumber.min.js:7:330 (anonymous) @ libphonenumber.min.js:7 (anonymous) @ libphonenumber.min.js:7 flutter_libphonenumber_web.dart:73 Uncaught (in promise) TypeError: Cannot read properties of...
Calling this text formatter: `LibPhonenumberTextFormatter( country: usCountry, PhoneNumberFormat.national)` Will result in the following mask "0) 000-0000" It should be "(000) 000-0000" There are a couple problems: 1. input_formatter.dart line 28:...
Some valid Malaysian mobile phone numbers start with 6011 and contains 12 digits such as 6011-1234-5678. This library does not recognise such numbers.