Does Flutter automatically display Cupertino UI in iOS and Material in Android with a single codebase?

后端 未结 4 477
温柔的废话
温柔的废话 2021-02-04 23:13

I need to know whether Flutter will render the iOS Cupertino style on iOS and Material on Android with a single codebase. I want to know this before starting to develop my app w

4条回答
  •  一整个雨季
    2021-02-05 00:04

    As of recently, Flutter has added adaptive constructors to both Switch and SwitchListTile, which will help further progress platform-aware widgets within a single codebase. While these are the only two as of now, expect more in the future!

提交回复
热议问题