Skip to content

Commit

Permalink
updating some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarYehiaDev committed Apr 15, 2020
1 parent d3a9843 commit 761a11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# todo_app
A simple todo app

[![Codemagic build status](https://api.codemagic.io/apps/5e977d287af7f31cd1531848/5e977d287af7f31cd1531847/status_badge.svg)](https://codemagic.io/apps/5e977d287af7f31cd1531848/5e977d287af7f31cd1531847/latest_build)

This app is very simple to use :")
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import 'package:flutter/material.dart';
import 'package:todo_app/models/todo.dart';
import 'package:todo_app/utils/dbHelper.dart';
import 'package:todo_app/screens/todoList.dart';

void main() => runApp(MyApp());
Expand Down

0 comments on commit 761a11c

Please sign in to comment.