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

Error: The getter 'title' isn't defined for the class 'TextTheme' #122

Closed
krille-chan opened this issue Jul 15, 2023 · 2 comments
Closed
Labels
stale The item is going to be closed soon because of inactivity

Comments

@krille-chan
Copy link
Owner

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:

  • Device: intel xeon e5-2697
  • OS and OS version: gentoo rolling
  • Installed version of FluffyChat: latest from repo
  • (Android only) Which store are you using:
  • (Android only) Are Google Services available:
Copy link

github-actions bot commented Mar 6, 2024

This issue is stale because it has been open for 120 days with no activity.

@github-actions github-actions bot added the stale The item is going to be closed soon because of inactivity label Mar 6, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale The item is going to be closed soon because of inactivity
Projects
None yet
Development

No branches or pull requests

1 participant