We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: 关于 BrnDatePicker.showDatePicker 方法的 bug
内容需包含:
1、BUG 描述
void _showDatePicker(BuildContext context) { BrnDatePicker.showDatePicker( context, initialDateTime: DateTime.now(), dateFormat: dateFormat, pickerMode: BrnDateTimePickerMode.date, onConfirm: (dateTime, list) { setState(() { log("onConfirm", name: "_showDatePickers"); }); BrnToast.show("你选择了 ", context); }, onCancel: () { log("取消选择"); }, onClose: () { log("关闭选择器"); }, onChange: (dateTime, list) { log("选择变更: $dateTime"); }, ); }
选择器没有月份选择
2、复现步骤
3、期望行为 尽快修复 4、运行环境
5、附加信息
The text was updated successfully, but these errors were encountered:
我也遇到了这个bug,有解决方案码
Sorry, something went wrong.
可以了, localizationsDelegates: [ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, BrnLocalizationDelegate.delegate, ], locale: const Locale('zh'), supportedLocales: const [ Locale('en', 'US'), Locale('zh', 'CN'), ],
No branches or pull requests
问题提交
[BUG]: 关于 BrnDatePicker.showDatePicker 方法的 bug
内容需包含:
1、BUG 描述
选择器没有月份选择
2、复现步骤
3、期望行为
尽快修复
4、运行环境
5、附加信息
The text was updated successfully, but these errors were encountered: