Flutter provides a class called CircularProgressIndicator. To create a circular progress indicator we have to call its constructor . There are no required properties for this widget so we can directly call the constructor. Below is the basic example code to add circular progress indicator to our flutter application.