You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[√] Flutter (Channel stable, 3.19.2, on Microsoft Windows [Version 10.0.22621.3737], locale en-AE)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Build Tools 2019 16.11.36)
[√] Android Studio (version 2024.1)
[√] Connected device (4 available)
[√] Network resources
Currently when I call _formKey.currentState!.value["phone_number_cupertino"] it only give phone_number not country code which +971. How can I get selected country code?
Expected Behavior
It should give country code attached with phoneNumber
Is there an existing issue for this?
Package/Plugin version
2.0.1
Platforms
Flutter doctor
[√] Flutter (Channel stable, 3.19.2, on Microsoft Windows [Version 10.0.22621.3737], locale en-AE)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Build Tools 2019 16.11.36)
[√] Android Studio (version 2024.1)
[√] Connected device (4 available)
[√] Network resources
! Doctor found issues in 1 category.
Minimal code example
Current Behavior
Currently when I call
_formKey.currentState!.value["phone_number_cupertino"]
it only give phone_number not country code which +971. How can I get selected country code?Expected Behavior
It should give country code attached with phoneNumber
Steps To Reproduce
Aditional information
No response
The text was updated successfully, but these errors were encountered: