Skip to content

Commit

Permalink
Just Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Febrovic committed Sep 7, 2023
1 parent 372c4d1 commit 539cf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
#Todos App Using APIs & Bloc

Todos is a cross-platform todo list app that helps you stay organized and on top of your tasks.
It is built with Flutter, an open-source framework that enables the creation of high-quality and
top-performing mobile applications for mobile operating systems (iOS and Android).
Expand Down
1 change: 0 additions & 1 deletion lib/todo_screen.dart
Expand Up @@ -18,7 +18,6 @@ class TodosScreen extends StatelessWidget {
home: Scaffold(
backgroundColor: const Color(0xFF142A39),
appBar: AppBar(
leading: ElevatedButton(onPressed: () { Navigator.pop(context); }, child: const Icon(Icons.arrow_back),),
title: const Text('Todos Today'),
backgroundColor: const Color(0xFF224460),
),
Expand Down

0 comments on commit 539cf9b

Please sign in to comment.