Skip to content

Commit 1899445

Browse files
author
Sudhanshu Tiwari
committed
init
1 parent b31b0be commit 1899445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/screens/todo/todo_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TodoPage extends GetView<TodoController> {
1717
final newTodoCtrl = TextEditingController();
1818

1919
return Scaffold(
20-
appBar: AppBar(title: const Text('My Todos')),
20+
appBar: AppBar(title: const Text('My Todo')),
2121
body: Obx(() {
2222
if (controller.loading.value) {
2323
return const Center(child: CircularProgressIndicator());

0 commit comments

Comments
 (0)