Mark O'Sullivan

Results 69 comments of Mark O'Sullivan

> I've spent some time looking into why this is occurring for the Android app at least. It looks like the issue is to do with `ic_launcher.xml` within the `mipmap-anydpi-v26`...

@vlazdra more help is always appreciated

> Have you found maintainer? It's been 7 months since the last package update. I'd like to add some new features like generating LaunchImage for iOS. Should I submit PR...

@vkammerer apologies, I thought I had replied to this in the past, really appreciate this submission and definitely feel this is a good idea to include. I also love how...

MacOS support has been added in this PR: https://github.com/fluttercommunity/flutter_launcher_icons/pull/407

> could you clarify why do you care what is inside generated code? All of these fields are publicly exposed for no good reason, I don't want to see them...

> You need to load an emoji font. Look at https://github.com/DavBfr/dart_pdf/blob/master/pdf/test/widget_text_test.dart#L362 I've tried that already with [Noto Color Emoji font](https://fonts.google.com/noto/specimen/Noto+Color+Emoji) but it didn't work. What font do you recommend?

@bartekpacia this should be available in v0.13.1 as this PR was included in that release: https://github.com/fluttercommunity/flutter_launcher_icons/pull/479

@EnricoMi is there a way to combine multiple test results into one comment instead of having a separate comment per test group result?