external_link_account 0.0.2 copy "external_link_account: ^0.0.2" to clipboard
external_link_account: ^0.0.2 copied to clipboard

PlatformiOS

A Flutter iOS plugin for ExternalLinkAccount API

external_link_account #

Flutter iOS plugin for ExternalLinkAccount API

This functionality is only available to apps with the com.apple.developer.storekit.external-link.account entitlement.

For more information, see Distributing “reader” apps with a link to your website.

Usage #

Add external_link_account as a dependency in your pubspec.yaml file.

Example #

// Import package
import 'package:external_link_account/external_link_account.dart';

// Presents a continuation sheet
await ExternalLinkAccount.instance.open();


Learn more #