Does Flutter use native widgets?

Does Flutter use my operating system’s built-in platform widgets? No. Instead, Flutter provides a set of widgets (including Material Design and Cupertino (iOS-styled) widgets), managed and rendered by Flutter’s framework and engine . You can browse a catalog of Flutter’s widgets.

Read more

What are material components?

Material Components are interactive building blocks for creating a user interface , and include a built-in states system to communicate focus, selection, activation, error, hover, press, drag, and disabled states. Component libraries are available for Android, iOS, Flutter, and the web.

Read more