Skip to content

Instantly share code, notes, and snippets.

@CoreyRab
Last active March 10, 2022 18:24
Show Gist options
  • Save CoreyRab/911c69be11f24666d691eb88aa9cca39 to your computer and use it in GitHub Desktop.
Save CoreyRab/911c69be11f24666d691eb88aa9cca39 to your computer and use it in GitHub Desktop.
// An example call to getOfferings from a Flutter app (see diagram step a)
try {
Offerings offerings = await Purchases.getOfferings();  
// Display packages for sale
} on PlatformException catch (e) {    
// optional error handling
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment