A Flutter todo app example written for a Flutter talk

admin

A Flutter todo app example.

A Flutter “Todo” App

This project is part of a talk introducing Flutter to new developers.

Are you new to Flutter? Start here !

Requirements

  • Listing items
  • Adding items
  • Removing items
  • Editing items
  • Data persistence

Functionality

  • Animated list
  • Shared Preferences (Data Persistence)
  • Unit tests
  • Widget tests
  • Integration tests (Automation)

Screenshots

Listing Items New Item Remove Item Completed Item

Credit (github url) : https://github.com/Morthor/flutter_todo_app_talk

Next Article : https://flutterappdev.com/2019/01/18/flutter-clone-of-kotlin-multiplatform-votlin-app/

Leave a Comment