0
votes

I am trying to display a network image of mario in a circleavatar using flutter. Nothing is displaying and no errors are returned. Please help! This is my code (Indents are screwed up):

CircleAvatar(
        backgroundImage: NetworkImage("https://blogs.forbes.com/olliebarder/files/2018/03/super_mario_plumber_new.jpg") ,
        radius: 40.0,
),

It is part of a class which extends StatelessWidget and it is wrapped in a padding, and a column.

1

1 Answers

0
votes

You just need to hard-reset, use the green circle in vs code or android studio, or CTRL + C, then flutter run in terminal.