Replies: 1 comment
-
Looks like the culprit was google_fonts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A bunch of weird errors are raised when trying to run integration tests.
Aciton config
Action Error Log
../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:2881:7: Error: No named parameter with the name 'displayLarge'. displayLarge: GoogleFonts.aBeeZee(textStyle: textTheme.displayLarge), ^^^^^^^^^^^^ /opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ ../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:2968:7: Error: No named parameter with the name 'displayLarge'. displayLarge: GoogleFonts.abel(textStyle: textTheme.displayLarge), ^^^^^^^^^^^^ /opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ ../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:3083:7: Error: No named parameter with the name 'displayLarge'. displayLarge: GoogleFonts.abhayaLibre(textStyle: textTheme.displayLarge), ^^^^^^^^^^^^ /opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ ../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:3174:7: Error: No named parameter with the name 'displayLarge'. displayLarge: GoogleFonts.abrilFatface(textStyle: textTheme.displayLarge), ^^^^^^^^^^^^ /opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^
../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:3265:7: Error: No named parameter with the name 'displayLarge'.
displayLarge: GoogleFonts.aclonica(textStyle: textTheme.displayLarge),
^^^^^^^^^^^^
/opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match.
const TextTheme({
^^^^^^^^^
../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:3352:7: Error: No named parameter with the name 'displayLarge'.
displayLarge: GoogleFonts.acme(textStyle: textTheme.displayLarge),
^^^^^^^^^^^^
/opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match.
const TextTheme({
^^^^^^^^^
../../../.pub-cache/hosted/pub.dartlang.org/google_fonts-2.3.0/lib/google_fonts.dart:3439:7: Error: No named parameter with the name 'displayLarge'.
displayLarge: GoogleFonts.actor(textStyle: textTheme.displayLarge),
^^^^^^^^^^^^
/opt/hostedtoolcache/flutter/packages/flutter/lib/src/material/text_theme.dart:113:9: Context: Found this candidate, but the arguments don't match.
const TextTheme({
....
flutter doctor -v
Beta Was this translation helpful? Give feedback.
All reactions