starkdmi / flutter_download_manager

Ready-to-use Flutter widgets to download files

Home Page:https://pub.dev/packages/isolated_download_manager_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macos run example ,not work , tips: connection failed

huafsud opened this issue · comments

hi @starkdmi
this is a very good project ,
but
macos run example_complex ,not work ,
tips: connection failed

but ios is ok,

i don't know this error ,how to fixed?

thank you very much ~

Hey, @huafsud, macos requires network permissions to be set explicitly - link. I'll check later if it is the case.

Enabling outgoing connections in Xcode resolved an issue for me:
Screenshot 2023-08-23 at 23 07 39

@starkdmi thank you man , you are right , thank you very much ~~~