Closed VictorUvarov closed 1 year ago
Really thanks for this contribution. I will merge when pass pipeline and deploy a new version to pub.dev
@deandreamatias When the updates will be reflected in the package?
@deandreamatias When the updates will be reflected in the package?
Hi @hasibul-hasan-shuvo I will try release new versions in the next days. I'm working on form_builder_file_picker right now
Hi @deandreamatias, Actually I'm having this issue in a live app so that's an emergency for me. It would be great if you can push the updates as soon as possible. Thank you.
if is urgent, please use package directly from this repo @hasibul-hasan-shuvo https://dart.dev/tools/pub/dependencies#git-packages
same here.. this is a problem for newer iOS versions and we also need it to fix an issue on prod
Connection with issue(s)
Close #97
Connected to #92
Solution description
Based on the discussion in #97. The underlying iOS phone number package (PhoneNumberKit) has stopped supporting cocoa pods installation via cocoapods.org and instead has moved over to asking users to just use the pod via a git URL. Details
The Cocoapods spec doesn't support using git URLs in the pod spec file directly, as far as I understand. We currently have to use the git link in the project's Podfile. This requires the user to do 1 setup step in their project after installing the dependency and updating 2 files when updating the phone_number dependency in their
pubspec.yaml
file.Screenshots or Videos
To Do