Here are the steps to create a circular image in Flutter: Step 1: Add the CircleAvatar widget to your dart file . Step 2: Add backgroundImage parameter. Step 3: Display local image using AssetImage(‘YOUR-IMAGE-PATH’) and assign it to backgroundImage. Step 4: Run your app.