Skip to content

Commit

Permalink
delete some items
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanfath committed Dec 24, 2023
1 parent 54dd744 commit 666cd28
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed assets/images/F.jpeg
Binary file not shown.
Binary file removed assets/images/ME2.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/model/todo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Todo {
bool isDone;

Todo({
required this.id,
required this.id,
required this.todoText,
this.isDone = false,
});
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class ProfilePage extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
CircleAvatar(
backgroundImage: AssetImage('assets/images/ME2.jpg'),
backgroundImage: AssetImage('assets/images/My lofi.png'),
radius: 50.0,
),
SizedBox(
Expand Down

0 comments on commit 666cd28

Please sign in to comment.