简体   繁体   English

如何在 info.plist 文件中为 IOS 添加 flutter_downloader 集成

[英]how to add flutter_downloader integration for IOS in the info.plist file

how to add flutter_downloader integration for IOS in the info.plist file如何在 info.plist 文件中为 IOS 添加 flutter_downloader 集成

I want to add flutter_downloader integration for IOS, I follow here https://pub.dev/packages/flutter_downloader .我想为 IOS 添加 flutter_downloader 集成,我在这里关注 https://pub.dev/packages/flutter_downloader for the Optional configuration section I am confused enough to place it on the side.对于可选配置部分,我很困惑将其放在一边。 The description says in the info.plist file and the following is my code描述在 info.plist 文件中,以下是我的代码

Info.plist 文件

It should be at <1> place.它应该在<1>的地方。 Or Inside <dict> tag which is just a descendent of <plist> tag.或者在<dict>标签内,它只是<plist>标签的后代。

you can verify it from the example code: https://github.com/fluttercommunity/flutter_downloader/blob/master/example/ios/Runner/Info.plist您可以从示例代码中验证它: https://github.com/fluttercommunity/flutter_downloader/blob/master/example/ios/Runner/Info.plist

Visit https://pub.dev/packages/flutter_downloader访问https://pub.dev/packages/flutter_downloader

in this link following iOS integration step by step configuration在此链接中遵循 iOS 集成逐步配置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM