GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

Cupertino Delegate is mandatory even when choosing Material as platform #77

Open hallelk opened 1 month ago

hallelk commented 1 month ago

In a Flutter App with no GlobalCupertinoLocalizations.delegate set, calling DateTimeFormField with pickerPlatform set to DateTimeFieldPickerPlatform.material, the assertion assert(debugCheckHasCupertinoLocalizations(context)) naturally fails, when it should not be asserted. same goes the other way around, i guess.