Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Updated references to AppBar properties that will be deprecated #531

Merged
merged 3 commits into from
Jul 12, 2021

Conversation

HansMuller
Copy link
Contributor

Minor changes to to eliminate deprecation warnings from flutter/flutter#86198

@HansMuller HansMuller requested a review from rami-a July 10, 2021 00:19
@@ -57,7 +58,8 @@ class RallyApp extends StatelessWidget {
ThemeData _buildRallyTheme() {
final base = ThemeData.dark();
return ThemeData(
appBarTheme: const AppBarTheme(brightness: Brightness.dark, elevation: 0),
appBarTheme: const AppBarTheme(
systemOverlayStyle: SystemUiOverlayStyle.light, elevation: 0),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: trailing comma and reformat file

@HansMuller HansMuller merged commit f7e06f2 into flutter:master Jul 12, 2021
@HansMuller HansMuller deleted the remove_appbar_brightness_refs branch July 12, 2021 17:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants