Skip to content

jlaungos/week8-discussion-code

 
 

Repository files navigation

Simple Todo App

This simple todo app has an add, edit, and delete functionality. It uses a provider for state management

Folder Structure

lib
├───models
│   └───todo_model.dart
├───providers
│   └───todo_provider.dart
├───screens
│   ├───modal_todo.dart
│   └───todo_page.dart
└───main.dart
  • Models - contains the data model used
  • Providers - contains the Todo provider that contains the data and method logic
  • Screens - contains the screen/widgets used

About

copy of week8 discussion code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 34.6%
  • CMake 31.1%
  • Dart 26.2%
  • HTML 3.1%
  • C 2.4%
  • Swift 2.3%
  • Other 0.3%