flutter_app_store_server_receipt_utility 0.0.1
flutter_app_store_server_receipt_utility: ^0.0.1 copied to clipboard
The receipt utility for the App Store Server API.
flutter_app_store_server_receipt_utility #
The receipt utility for the App Store Server API.
Getting Started #
void main() {
const appReceipt = "...";
final transactionId = ReceiptUtility.extractTransactionIdFromAppReceipt(appReceipt);
}
Contributing #
Contributions are welcome! I am not familiar with the dart programming language and need your help.