Skip to content

MrEdgarsz/amplify_todos_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amplify Todo Example

An example that shows how you can create an flutter application with offline-first approach using Amazon Amplify.

Getting Started

this project uses freezed to generate Bloc events and state so please run:

flutter pub run build_runner build --delete-conflicting-outputs

to generate all necessery models.

Application Overview

This app is simple todo app that allows three stages of todo progress Todo, In Progress and Finished. You can drag and drop todos from each column to another one and you can click on todo to mark it as either Finished or Todo depending on it current state.

Project Strucutre

  • lib/splash_page - provides an easy way to await features needed on app startup.

  • lib/todo - contains all files regarding main feature of the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages