M-amir-M / persian-datetime-picker

a persian (farsi) date time picker in flutter
BSD 3-Clause "New" or "Revised" License
181 stars 101 forks source link

CupertinoTimePicker(): LateInitializationError: Field 'localizations' has not been initialized. #72

Open kiannrezaa opened 11 months ago

kiannrezaa commented 11 months ago

I try to use CupertinoTimerPicker as a Widget in my bottom sheet, but the following is thrown:

The following LateError was thrown building CupertinoTimerPicker(dirty, dependencies: [Directionality, _InheritedCupertinoTheme], state: _CupertinoTimerPickerState#816fa): LateInitializationError: Field 'localizations' has not been initialized.

Using the default CupertinoTimerPicker provided by 'package:flutter/cupertino.dart' works just fine. I just wanted the Persian support in my app.

This is the part causing the error:

CupertinoTimerPicker( onTimerDurationChanged: (duration) {)