feat: report purchasing
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
efrilm
2026-06-22 14:30:38 +07:00
parent c1cefb122b
commit 0b70194d8e
19 changed files with 592 additions and 71 deletions
+2 -2
View File
@@ -13,14 +13,14 @@ class ErrorPage extends StatefulWidget {
final IconData? errorIcon;
const ErrorPage({
Key? key,
super.key,
this.title,
this.message,
this.onRetry,
this.onBack,
this.errorCode,
this.errorIcon,
}) : super(key: key);
});
@override
State<ErrorPage> createState() => _ErrorPageState();