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
@@ -235,7 +235,7 @@ class DateRangePickerFieldOutlined extends StatefulWidget {
final String? errorText;
const DateRangePickerFieldOutlined({
Key? key,
super.key,
this.label,
this.placeholder = 'Pilih rentang tanggal',
this.startDate,
@@ -246,7 +246,7 @@ class DateRangePickerFieldOutlined extends StatefulWidget {
this.primaryColor = AppColor.primary,
this.enabled = true,
this.errorText,
}) : super(key: key);
});
@override
State<DateRangePickerFieldOutlined> createState() =>