You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The floating action button theme has been deprecated and should be replaced with FloatingActionButtonThemeData. As described in this document. (The document has been grieved a lot so make sure to select viewing mode in the top right.)
Implement FAB theme for light mode
Implement FAB theme for dark mode
The text was updated successfully, but these errors were encountered:
When changing themes the flutter library throws a warning in the console. Warning: The support for configuring the foreground color of FloatingActionButtons using ThemeData.accentIconTheme has been deprecated. Please use ThemeData.floatingActionButtonTheme instead. See https://flutter.dev/go/remove-fab-accent-theme-dependency. This feature was deprecated after v1.13.2.
But while looking into it, the app doesn't change the foreground color of the FloatingActionButtons that are in the app. So we'll have to see when it crashes in future versions, if it crashes.
The floating action button theme has been deprecated and should be replaced with
FloatingActionButtonThemeData
. As described in this document. (The document has been grieved a lot so make sure to select viewing mode in the top right.)The text was updated successfully, but these errors were encountered: