How many types of widgets are there in Flutter? Technology Community › Category: Flutter › How many types of widgets are there in Flutter? 0 Vote Up Vote Down VietMX Staff asked 4 years ago There are two types of widgets: 1. StatelessWidget : A widget that does not require mutable state. 2. StatefulWidget: A widget that has mutable state.