zelazowska / todos

Simple to-do app made with Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODOS TASK

Description

App displays a text field and a button for adding a todo with text from text field. Todos are removable. Todos are displayed sorted by creation, with newest being higher. You can change the order of todos. You cannot create a todo with empty text and if you try user is informed in a proper way.

TODOS

    1. write logic for adding a todo
    1. call addTodo
    1. todos should be properly ordered
    1. write logic for removing a todo
    1. we should be able to remove a todo so we need to call removeTodo somewhere
    1. we should be able to change order of todos

About

Simple to-do app made with Flutter.


Languages

Language:Objective-C 70.6%Language:Makefile 26.7%Language:Dart 1.3%Language:C 1.1%Language:Java 0.1%Language:Swift 0.1%Language:Kotlin 0.0%