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.