Skip to content
New issue

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

Flutter 3.7.0 and static analyzes #226

Open
donpui opened this issue Jan 25, 2023 · 0 comments
Open

Flutter 3.7.0 and static analyzes #226

donpui opened this issue Jan 25, 2023 · 0 comments
Labels
Tech Debt Technical debt, small improvements to code, libraries

Comments

@donpui
Copy link
Contributor

donpui commented Jan 25, 2023

Flutter release 3.7.0 version, which gives new static analyses results.

It would be good to review and update. Additionally this triggers, that might need to retest apps built with new flutter/dart version

   info • Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later • dart_wormhole_william/lib/client/file.dart:59:17 • deprecated_colon_for_default_value
   info • Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later • dart_wormhole_william/lib/client/file.dart:60:17 • deprecated_colon_for_default_value
   info • Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later • dart_wormhole_william/lib/client/file.dart:61:17 • deprecated_colon_for_default_value
   info • Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later • dart_wormhole_william/lib/client/file.dart:62:23 • deprecated_colon_for_default_value
   info • Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later • dart_wormhole_william/lib/client/file.dart:63:23 • deprecated_colon_for_default_value
   info • Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later • dart_wormhole_william/lib/client/file.dart:64:20 • deprecated_colon_for_default_value
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:44:9 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:48:9 • deprecated_member_use
   info • 'headline3' is deprecated and shouldn't be used. Use displaySmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:52:9 • deprecated_member_use
   info • 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:56:9 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:60:9 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:64:9 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:68:9 • deprecated_member_use
   info • 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:73:9 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:78:9 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:83:9 • deprecated_member_use
   info • 'backgroundColor' is deprecated and shouldn't be used. Use colorScheme.background instead. This feature was deprecated after v2.6.0-11.0.pre • lib/config/theme/custom_theme.dart:110:7 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:112:9 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:117:9 • deprecated_member_use
   info • 'headline3' is deprecated and shouldn't be used. Use displaySmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:122:9 • deprecated_member_use
   info • 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:127:9 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:132:9 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:137:9 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:142:9 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:147:9 • deprecated_member_use
   info • 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/config/theme/custom_theme.dart:152:9 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/receive.dart:27:56 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/receive.dart:35:60 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceiveConfirmation.dart:27:54 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceiveConfirmation.dart:41:54 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceiveProgress.dart:33:50 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceiveProgress.dart:50:54 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceiveProgress.dart:58:56 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceivingDone.dart:22:50 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/receive/widgets/DTReceivingDone.dart:36:54 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTButtonLinearGradientWithIcon.dart:63:64 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTButtonLinearGradientWithIcon.dart:75:62 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTCodeGeneration.dart:39:54 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTCodeGeneration.dart:49:54 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTDropAFile.dart:17:53 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTDropAFile.dart:18:48 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTErrorUI.dart:51:55 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTErrorUI.dart:52:52 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTErrorUI.dart:62:52 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTErrorUI.dart:98:53 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTRowGroupButton.dart:42:59 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTRowGroupButton.dart:43:54 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSelectAFile.dart:19:52 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSelectAFile.dart:25:56 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSelectAFile.dart:29:56 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSendingDone.dart:30:54 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSendingDone.dart:38:54 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSendingProgress.dart:38:58 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSendingProgress.dart:56:58 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/send/widgets/DTSendingProgress.dart:65:60 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/settings.dart:73:66 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/widgets/DTButton.dart:37:66 • deprecated_member_use
   info • 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/widgets/DTButtonWithBackground.dart:38:66 • deprecated_member_use
   info • 'headline3' is deprecated and shouldn't be used. Use displaySmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/widgets/DTFileInfo.dart:21:50 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/widgets/DTFileInfo.dart:29:50 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/widgets/DTInfo.dart:28:49 • deprecated_member_use
   info • 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/desktop/widgets/NavbarTap.dart:44:68 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/Info.dart:71:64 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/Info.dart:86:64 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/Info.dart:101:64 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/receive.dart:60:54 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/EnterCode.dart:30:50 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceiveConfirmation.dart:27:50 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceiveConfirmation.dart:34:50 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceiveProgress.dart:38:50 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceiveProgress.dart:55:54 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceiveProgress.dart:61:54 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceivingDone.dart:26:50 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/receive/widgets/ReceivingDone.dart:33:50 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/CodeGeneration.dart:31:52 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/CodeGeneration.dart:43:54 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/RowGroupButtons.dart:41:57 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SelectAFileUI.dart:26:52 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SelectAFileUI.dart:31:55 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SelectAFileUI.dart:32:57 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SelectAFileUI.dart:47:57 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SelectAFileUI.dart:48:59 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SendingDone.dart:23:50 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SendingDone.dart:31:50 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SendingProgress.dart:36:50 • deprecated_member_use
   info • 'bodyText1' is deprecated and shouldn't be used. Use bodyLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SendingProgress.dart:56:58 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/send/widgets/SendingProgress.dart:63:58 • deprecated_member_use
   info • 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/BottomBarTap.dart:64:48 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/ErrorUI.dart:36:52 • deprecated_member_use
   info • 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/ErrorUI.dart:45:57 • deprecated_member_use
   info • 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/ErrorUI.dart:46:52 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/ErrorUI.dart:101:53 • deprecated_member_use
   info • 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/FileInfo.dart:23:50 • deprecated_member_use
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/FileInfo.dart:29:50 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/buttons/Button.dart:35:70 • deprecated_member_use
   info • 'headline5' is deprecated and shouldn't be used. Use headlineSmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/buttons/ButtonLinearGradientWithIcon.dart:74:60 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/buttons/ButtonWithBackground.dart:39:57 • deprecated_member_use
   info • 'headline2' is deprecated and shouldn't be used. Use displayMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/buttons/ButtonWithBackground.dart:40:60 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/buttons/ButtonWithIcon.dart:48:58 • deprecated_member_use
   info • 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/mobile/widgets/custom-app-bar.dart:42:58 • deprecated_member_use
   info • Unnecessary braces in a string interpolation • lib/views/shared/util.dart:20:15 • unnecessary_brace_in_string_interps
   info • 'subtitle1' is deprecated and shouldn't be used. Use titleMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/views/widgets/Heading.dart:38:56 • deprecated_member_use
   info • 'headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/ExpandableTextBox.dart:48:62 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/buttons/Button.dart:20:39 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/buttons/Button.dart:36:20 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/prefs_edit.dart:73:42 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/prefs_edit.dart:104:52 • deprecated_member_use
   info • 'headline3' is deprecated and shouldn't be used. Use displaySmall instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/prefs_edit.dart:122:40 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/prefs_edit.dart:129:62 • deprecated_member_use
   info • 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/prefs_edit.dart:143:58 • deprecated_member_use
   info • 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre • lib/widgets/prefs_edit.dart:162:37 • deprecated_member_use
@donpui donpui added the Tech Debt Technical debt, small improvements to code, libraries label Jan 25, 2023
@donpui donpui mentioned this issue Jan 25, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech Debt Technical debt, small improvements to code, libraries
Projects
None yet
Development

No branches or pull requests

1 participant