xster

Results 69 comments of xster

I didn't build a local engine to de-symbolicate, but there's a rough display of the "native" allocation growth: I'm starting and closing Flutter one time and only capturing newly allocated...

Thanks. File auto save is off. I'm trying now on 0.73.0 with Java 11. Same symptom. I think the "building" messages are actually doing something, since each of them breaks...

SF Pro has always been the Cupertino package's default font. Closing. Please re-open if I misinterpreted.

Actually our default fallback font is retrieved via [[UIFont systemFontOfSize]](https://developer.apple.com/documentation/uikit/uifont/1619042-systemfontofsize?language=objc). Perhaps it creates a SF UI font? Should check in the engine.

@otopba how are you determining that Flutter's using SF UI? We have a overlay comparison tool with iOS in https://github.com/flutter/platform_tests/tree/master/ios_widget_catalog_compare.

Actually I'll re-open this. I'm not entirely sure what the issue is yet. But worth checking in various permutations using https://github.com/flutter/platform_tests/tree/master/ios_widget_catalog_compare.

Thanks for describing in detail. This concept is on our mind but likely not something we'll support in an MVP this year. The main work here is to split our...

Copying in from #40343 From @Vanethos: # Objective Create a native library for iOS and Android that has Flutter bundled in so that native developers can use this library without...

Right. Unless we see signs of this being a more common pattern, there are more pressing issues we're currently focused on this year.