使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
flutter
/
zhiying_base_widget
关注
4
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
139
百科
动态
浏览代码
1.版本更新
tags/0.0.5
“yanghuaxuan”
3 年前
父节点
1a9ac70c1f
当前提交
f327e1580c
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-2
example/lib/util/localizations_delegate.dart
+1
-0
pubspec.yaml
+ 1
- 2
example/lib/util/localizations_delegate.dart
查看文件
@@ -143,6 +143,5 @@ class _DefaultCupertinoLocalizations extends CupertinoLocalizations {
String timerPickerSecondLabel(int second) => '秒';
@override
// TODO: implement todayLabel
String get todayLabel => null;
String get todayLabel => "今天";
}
+ 1
- 0
pubspec.yaml
查看文件
@@ -16,6 +16,7 @@ dependencies:
event_bus: ^1.1.1
pull_to_refresh: ^1.6.1
flutter_cupertino_date_picker:
path: ../../1.22.0_master/flutter-cupertino-date-picker
image_picker: ^0.6.7+3
tab_indicator_styler: 1.0.0
connectivity: ^0.4.9+3
撰写
预览
正在加载...
取消
保存