-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
getter textTheme isn't defined for type AppBarTheme #275
Comments
To temporarily solve this issue run in your project directory - "flutter downgrade" then accept the changes. You might have a few issues (const keywords, or others) but they are solvable by you and not the package. This should suffice until they fix this issue. |
temporary fix was sent out to PR.
|
Actually I was also getting that type of error... I spent 7 whole days just going through my lines of code and and finally I managed to fix it.... I just used one neumorphic button and everything just went down hill... `Error: No named parameter with the name 'accentColor'.
Target kernel_snapshot failed: Exception FAILURE: Build failed with an exception.
Solution: |
I am using the latest version of flutter right now(3.13.0), after adding this line I get this error: The relevant error-causing widget was: When the exception was thrown, this was the stack: |
fix it : 07f44e0 Try reinstalling it.
also check
|
As of at least Flutter 3.10.0 - In the file app_bar.dart:183, the attribute textTheme is not defined for class AppBarTheme. Further, the TextTheme attribute headline5 is deprecated and shouldn't be removed.
The text was updated successfully, but these errors were encountered: