このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
flutter
/
zhiying_base_widget
ウォッチ
5
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
139
Wiki
アクティビティ
ソースを参照
1.版本更新
tags/0.0.5
“yanghuaxuan”
4年前
親
1a9ac70c1f
コミット
f327e1580c
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存