Problem [Flutter Library needs to third-party access]
Generally, the developer of the library will guide well enough for other developers to use their libraries. However, this guide is to ensure how to manage third-party application access.
Instruction
1.
view instruction stated in document
2.
move to <project root>/ios/Runner/Info.plist
3.
add <key> </key> and write permission key in between <key> tags
4.
add <string> </string> and write description in between <string> tags



