Open philipmjohnson opened 1 year ago
I was able to reproduce. I also got it to work on my local by building monarch_macos with the path_provider plugin.
There are two options for you:
I'll keep this issue open until then.
I forgot to mention: the exception you see means that the google font the code requested could not be saved to disk, thus the code defaults to a system font.
Thanks. I prefer the option of waiting for a future release at this point, so no need for instructions.
I got similar error with CachedNetworkImage
I have a custom theme defined as follows:
When I run monarch, the following error messages appear in the console:
If I comment out
fontFamily: GoogleFonts.notoSans().fontFamily,
in my theme definition, the error messages go away.My pubspec.yml:
Results of running
flutter doctor
: