1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Flutter v3.19から非推奨になったAPIをまとめてみました

Posted at

概要

Flutterのバージョンアップ対応で、v3.19からTextThemeクラスのTextStyleが非推奨になっていたので、まとめました。
bodyText1や、headline1、subtitile1は非推奨になり他のプロパティ名へ移行されています。

警告コード

The getter 'bodyText1' is isn't defined for the type TextTheme. Try importing the library that defined 'bodyText1', correcting the name to the name of an .....

新旧API対応表

非推奨 新API
headline1 displayLarge
headline2 displayMedium
headline3 displaySmall
headline4 headlineMedium
headline5 headlineSmall
headline6 titleLarge
subtitle1 titleMedium
subtitle2 titleSmall
bodyText1 bodyLarge
bodyText2 bodyMedium
caption bodySmall
button labelLarge
overline labelSmall
  • Themedataに関しても変更があるので公式ページを参考にしてください

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?