Kenneth Chu
Kenneth Chu
Add `focusAfterSubmit` flag to enable **keep focus after submit** feature
Fix language code mismatch issue due to the `key` of `languageCode` being converted to lowercase before use. in the file [lib/countries.dart](https://github.com/vanshg395/intl_phone_field/blob/master/lib/countries.dart) all keys containing capital letters were affected under `nameTranslations`:...
The plugin at version `2.0.4+2` didn't respect to the `configureAudioSession` setting. --- After called `setCallConnected` method it will reset the `configureAudioSession` to `true` from `Data` since it only pass the...
### Steps to reproduce 1. create a new flutter project `flutter create example` 2. copy the code from `sample` code to main.dart 3. update camera & microphone usage description in...