We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac604ef commit b85bc69Copy full SHA for b85bc69
lib/views/screens/profile.dart
@@ -25,7 +25,7 @@ class _ProfileState extends State<Profile> {
25
SizedBox(height: 60),
26
CircleAvatar(
27
backgroundImage: AssetImage(
28
- "assets/cm${random.nextInt(10)}.jpeg",
+ "assets/images/cm${random.nextInt(10)}.jpeg",
29
),
30
radius: 50,
31
@@ -92,7 +92,7 @@ class _ProfileState extends State<Profile> {
92
return Padding(
93
padding: EdgeInsets.all(5.0),
94
child: Image.asset(
95
96
fit: BoxFit.cover,
97
98
);
0 commit comments