Last updated:
0 purchases
external link account
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();
copied to clipboard
Learn more #
Swift API Documentation
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.