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

Fix material version to 2 #70

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Fix material version to 2 #70

merged 1 commit into from
Nov 17, 2023

Conversation

stonko1994
Copy link
Contributor

Description

Problem

Flutter 3.16.0 contains a breaking change where they changed the default value from useMaterial3 from false to true (ref).

In case someone needs to use Flutter 3.16.0 (e.g. when using Xcode 15), the example App would look different than expected.

Changes

This PR fixes sets the useMaterial3 to false to ensure the expected App look and feel even when using Flutter 3.16.0

@stonko1994 stonko1994 requested a review from hawk23 November 16, 2023 13:03
@stonko1994 stonko1994 merged commit 6019940 into main Nov 17, 2023
@stonko1994 stonko1994 deleted the feature/use-material-2-theme branch November 17, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants