ant

Results 16 comments of ant

Thanks. I see the static image asset. My question is "How can I duplicate this resource on my own" Example: Open photoshop, create circle, apply drop shadow, etc. I would...

instead of return a `Future` of `List` of fonts, can this return a `List` of `Future` fonts? Also, consider renaming to `loadedFonts, since they aren't necessarily pending when this is...

For this solution, would be it ok to block on the splash screen while the fonts are loaded, causing a slightly delayed start up time?

Another similar floating point issue: https://github.com/flutter/flutter/issues/39510

One solution here would be to create an AdaptiveAppBar (that wraps a regular AppBar) that can adjust the menu icon position

This is not fixed because the existing solution only takes the medium screen size into account, but the rail can be configured to show up on other screen sizes

A possible solution to investigate is to make a parameter on the AppBar that is themable in the framework, and use that theme here. This would require a change to...

What is the status of this pull request? I want this feature badly.