amanda southworth
amanda southworth
Experiencing this after running npm upgrade. macOS, deno 1.39.1 (release, aarch64-apple-darwin) v8 12.0.267.8 typescript 5.3.3
Yep :-) CLI 1.115.5
Seconding this is an issue for me. My code sample: ` var shareButton = TextButton( style: TextButton.styleFrom( backgroundColor: FauraColors().babiOrange(), padding: const EdgeInsets.all(5.0), ), onPressed: () async { Share.shareXFiles( [ await...
Seconding that this is an issue for me.
Thank you for your ideas! I've already done those things within the context of the view. The view and PDF logic are separate pieces of code, and I only shared...
I'm running into this too.
Did a test with Material's icon library just to make sure it wasn't a fluke accident, but sure enough custom icons aren't rendering and Material ones are. I'll go through...
No worries! That's what I was imagining, and I'm planning on making a bug report in the Flutter repo. Some other details that may be helpful: - The font is...
Experiencing this after an upgrade to deno 1.39.1, which no longer has support for import maps (I think). Error started occurring after changing from import maps -> content in root...
Thanks so much :-)