flutter-form-builder-ecosystem / form_builder_file_picker

File picker field widget for FlutterFormBuilder.
https://pub.dev/packages/form_builder_file_picker
BSD 3-Clause "New" or "Revised" License
15 stars 33 forks source link

Build problem on ios platform (pipeline) #50

Closed sawirricardo closed 1 year ago

sawirricardo commented 1 year ago

Hi, need to update the dependencies, especially FilePicker 5.2.2 to catch up with flutter's official plugins like package_info_plus and device_info_plugin

Edit: Need solve the build problem on ios to release new version

deandreamatias commented 1 year ago

Hi @sawirricardo. I will update when posible Thanks

deandreamatias commented 1 year ago

Currently I have a build problem on ios. If you can test on Mac machine and solve it, I can release a new version. Thanks!

sawirricardo commented 1 year ago

i'll take a look

sawirricardo commented 1 year ago

@deandreamatias , I took a look, and it seems the issue can be as simple as update the deployment target to '13.0', but it will not support 12 and below version. Any advice?

image
sawirricardo commented 1 year ago

Another reference issues I see is this https://github.com/flutter/flutter/issues/100142

however not quite sure which way we should take...

sawirricardo commented 1 year ago

Similar issues is this https://github.com/pichillilorenzo/flutter_inappwebview/issues/1216#issuecomment-1246339851

deandreamatias commented 1 year ago

To investigate the problem, can be useful this references:

deandreamatias commented 1 year ago

Solved!