flutter_ios_app_tracking_permission
A plugin that asks for permissions to use IDFA in Flutter apps
Getting Started.
add info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
For functionality from IOS14, you need to use the IOS14 Simulator and XCODE 12.