-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Error: The getter 'title' isn't defined for the class 'TextTheme' #122
Labels
stale
The item is going to be closed soon because of inactivity
Comments
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
Mar 6, 2024
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I am running on Gentoo system and its my first flutter application build and I selected fluffychat as I would like to integrate it into larger app.
To Reproduce
when I run flutter -v doctor all is now good although it took some time.
Next I cloned repo used master branch and tried to build with:
flutter -v run and selected Linux desktop build.
And there are same/similar issues across multiple locations:
terminal output of flutter -v run comm and
home/zangetsu/proj/private/fluffychat/.dart_tool/flutter_build/78c2964525bbc24232766010c9b07e0e/kernel
_snapshot.d package:fluffychat/main.dart
[ ] [+13778 ms]
../../../.pub-cache/hosted/pub.dartlang.org/filesystem_picker-1.0.4/lib/src/picker_page.dart:184:63:
Error: The getter 'title' isn't defined for the class 'TextTheme'.
[ ] [ +1 ms] - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart'
('../flutter/packages/flutter/lib/src/material/text_theme.dart').
[ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter
or field named 'title'.
[ ] [ ] color: AppBarTheme.of(context).textTheme?.title?.color ??
[ ] [ ] ^^^^^
[ ] [ +1 ms]
../../../.pub-cache/hosted/pub.dartlang.org/filesystem_picker-1.0.4/lib/src/picker_page.dart:185:61:
Error: The getter 'title' isn't defined for the class 'TextTheme'.
[ ] [ ] - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart'
('../flutter/packages/flutter/lib/src/material/text_theme.dart').
[ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter
or field named 'title'.
[ ] [ ] Theme.of(context).primaryTextTheme?.title?.color),
[ ] [ ] ^^^^^
[ ] [ ]
../../../.pub-cache/hosted/pub.dartlang.org/filesystem_picker-1.0.4/lib/src/picker_page.dart:233:60:
Error: The getter 'title' isn't defined for the class 'TextTheme'.
[ ] [ ] - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart'
('../flutter/packages/flutter/lib/src/material/text_theme.dart').
[ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter
or field named 'title'.
[ ] [ ] AppBarTheme.of(context).textTheme?.title?.color ??
[ ] [ ] ^^^^^
[ ] [ ]
../../../.pub-cache/hosted/pub.dartlang.org/filesystem_picker-1.0.4/lib/src/picker_page.dart:234:65:
Error: The getter 'title' isn't defined for the class 'TextTheme'.
[ ] [ ] - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart'
('../flutter/packages/flutter/lib/src/material/text_theme.dart').
[ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter
or field named 'title'.
[ ] [ ] Theme.of(context).primaryTextTheme?.title?.color,
[ ] [ ] ^^^^^
[ ] [ ]
../../../.pub-cache/hosted/pub.dartlang.org/filesystem_picker-1.0.4/lib/src/picker_page.dart:237:35:
Error: The getter 'title' isn't defined for the class 'TextTheme'.
[ ] [ ] - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart'
('../flutter/packages/flutter/lib/src/material/text_theme.dart').
[ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter
or field named 'title'.
[ ] [ ] ?.title
[ ] [ ] ^^^^^
[ ] [ ]
../../../.pub-cache/hosted/pub.dartlang.org/filesystem_picker-1.0.4/lib/src/picker_page.dart:239:65:
Error: The getter 'title' isn't defined for the class 'TextTheme'.
[ ] [ ] - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart'
('../flutter/packages/flutter/lib/src/material/text_theme.dart').
[ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter
or field named 'title'.
[ ] [ ] Theme.of(context).primaryTextTheme?.title?.color)
[ ] [ ] ^^^^^
Additional information:
The text was updated successfully, but these errors were encountered: