Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.02 KB

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.