We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31b0be commit 1899445Copy full SHA for 1899445
lib/presentation/screens/todo/todo_screen.dart
@@ -17,7 +17,7 @@ class TodoPage extends GetView<TodoController> {
17
final newTodoCtrl = TextEditingController();
18
19
return Scaffold(
20
- appBar: AppBar(title: const Text('My Todos')),
+ appBar: AppBar(title: const Text('My Todo')),
21
body: Obx(() {
22
if (controller.loading.value) {
23
return const Center(child: CircularProgressIndicator());
0 commit comments