Flutterの基本構文を忘れたときのためのメモ

日付(String型 ↔︎ DateTime型)

// String型 → DateTime型
regDatetime = DateFormat("y-/M-d HH:mm:ss").parseStrict(data["reg_datetime"]);

// DateTime型 → String型
print(DateFormat("y-/M-d HH:mm:ss").format(regDatetime));

 

アイコン・スプラッシュ画像・多言語ファイルの更新

// アイコン(flutter_launcher_icons)
flutter pub run flutter_launcher_icons:main

// スプラッシュ画像(flutter_native_splash)
dart run flutter_native_splash:create

// 多言語対応(l10n)
flutter gen-l10n