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.10.6, on macOS 13.3 22E252 darwin-arm64, locale en-ES)
! Warning: `dart` on your path resolves to /opt/homebrew/Cellar/dart/2.19.1/libexec/bin/dart, which is not inside your current Flutter SDK checkout at /Users/guido/fvm/versions/3.10.6. Consider adding /Users/guido/fvm/versions/3.10.6/bin to the front of your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0-rc5)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] Connected device (2 available)
[✓] Network resources
Minimal code example
Code sample
Not required
Current Behavior
After updating form_builder_phone_field to last version witch depends on phone_number 2.0.1 I could not build app due to PhoneNumberKit/PhoneNumberKitCore version not found in CocoaPods. Then I realised that phone_number.podspec in repo and in pub dev are different.
Is there an existing issue for this?
Package/Plugin version
2.0.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Not requiredCurrent Behavior
After updating
form_builder_phone_fieldto last version witch depends onphone_number2.0.1 I could not build app due to PhoneNumberKit/PhoneNumberKitCore version not found in CocoaPods. Then I realised thatphone_number.podspecin repo and in pub dev are different.Pub.dev podspec:
s.dependency 'PhoneNumberKit/PhoneNumberKitCore', '3.5.10'Repo podspec
s.dependency 'PhoneNumberKit/PhoneNumberKitCore', '3.6.6'Expected Behavior
Updating
form_builder_phone_fieldshould use the correctphone_numberversion and build app correctly.Steps To Reproduce
Aditional information
No response