flutter_todo icon indicating copy to clipboard operation
flutter_todo copied to clipboard

Example Flutter to-do app that uses a REST API.

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.