Skip to content

xuanlocle/todox

Repository files navigation

todox

Todo app

018

App download

Android download link: https://github.com/xuanlocle/todox/blob/d102166e3306fae8c5066335abd23534d12b15ab/todox_v0r1.apk

Features

  • Landing overview todo list
  • Landing complete/incomplete todo list
  • Add/Update/Remove todo lines
  • Select single and select all todo lines
  • Save todo list to local database by hive
  • Milestone of todo list
  • Login
  • Notice update todo when timeout task
  • Improve UX/UI
  • Notification for update to do

package | explain

---|--- hive | local database (nosql) hive_generator | support for build runner rxdart | support rxdart build_runner | support generate code by annotates

Project Structure

The state management framework used by the project is Provider , and the architecture of the entire project is as follows

  • The View layer is used to display layouts and is a variety of StatelessWidget pages.
  • The Model layer is used to process data.
  • The Logic layer does not save any data, only logical operations

Directory Structure

The project directory structure is as follows:

├── android
├── build
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml
├── test
└── todox.iml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages