AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is Flutter a Material Design Component?
The rules are material design reflects material design, Cupertino reflects Apple. So if Android says the official spec is to take all the pixels in the list and pull the pixels, then technically that's what Flutter needs to implement. When you even know you're using material design material widgets, you're going to get slightly different behavior based on platform. We'd have to look at the list view, the list view class. I don't know if that's considered an adaptive widget that automatically changes itself per platform. Or or if list view is technically considered a Material Design component.