Skip to content

devinsays/flutter_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter To Do App

This is an example to do app built in Flutter.

The app uses an external REST API (built with Laravel) that can be accessed at laravelreact.com. The source code for the API and React front-end is available at laravel-react-bootstrap.

Here's a quick video showing how the app works: https://www.youtube.com/watch?v=MwGy3unwhgM

Register Screen Login Screen
To Do List Add To Do

The app handles:

  • Login
  • Registration
  • Password reset
  • Displays "Open" and "Closed" tasks
  • Lazy loads tasks from a paginated API
  • Toggles to do status (opened/closed)
  • Adds new to dos
  • Log out

The Provider package is used to manage app state.