Describe the bug
After providing an implementation for those two parameters, the result is duplicated and shown twice
To Reproduce
Steps to reproduce the behavior:
- Provide value for any of the above parameters
- Hor reload
- Whatever you rendered is shown twice instead of once
Screenshots
If applicable, add screenshots to help explain your problem.
Platforms (please complete the following information):
- Platforms: [e.g. iOS, Android, Web]
- Android
- Web
Minimum Reproducible Example (Required)
modePickerTextHandler: (
{required DateTime monthDate,
bool? isMonthPicker}) {
String data = DateFormat.yMMM().format(monthDate);
// data to be shown is Jun 2025

return data;
},
Describe the bug
After providing an implementation for those two parameters, the result is duplicated and shown twice
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Platforms (please complete the following information):
Minimum Reproducible Example (Required)