Skip to content

A Flutter todo app example written for a Flutter talk

Notifications You must be signed in to change notification settings

dave-k/flutter_todo_app_talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Check the other branches for extra funcionality!

About

A Flutter todo app example written for a Flutter talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 78.5%
  • Ruby 14.1%
  • Objective-C 5.0%
  • Java 2.4%