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

[ANALYSIS ISSUE] app cant't be resolved #444

Closed
benjamin1571 opened this issue May 19, 2024 · 2 comments
Closed

[ANALYSIS ISSUE] app cant't be resolved #444

benjamin1571 opened this issue May 19, 2024 · 2 comments

Comments

@benjamin1571
Copy link

Describe the bug
Using the Flutter (Channel stable, 3.22.0) app can't be resolved

To Reproduce
Steps to reproduce the behavior:

  1. Update to the latest version of flutter
  2. Try running the app

../../../.pub-cache/hosted/pub.dev/showcaseview-2.1.1/lib/src/tooltip_widget.dart:156:14: Error: The getter 'headline6' 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 'headline6'.
    .headline6!
    ^^^^^^^^^
    ../../../.pub-cache/hosted/pub.dev/showcaseview-2.1.1/lib/src/tooltip_widget.dart:163:14: Error: The getter 'subtitle2' isn't defined for the class 'TextTheme'.
@spiderion
Copy link

the maintainer will need to run "dart fix --apply" to fix this issue.

@aditya-css
Copy link
Collaborator

Duplicate of #434

@aditya-css aditya-css marked this as a duplicate of #434 May 19, 2024
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

No branches or pull requests

3 participants