FLUTTER ECOSYSTEM

nacasha/flutter-things-todo

一個使用 Flutter 的範例待辦事項應用,具備進階功能

flutter-things-todo 專案封面
Stars
207
Forks
52
最近推送(UTC)
2020年5月20日
專案狀態
未封存
Izal Fathoni GitHub avatar
GITHUB User

Izal Fathoni ↗

Building Dockev and Playshelf

語言DartObjective-CJava

技術主題

使用的依賴

依賴清單 16 項

所在榜單

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

🔥 Not maintained anymore. Some API may different from the latest version.

Recommended to find another alternatives example of Flutter Apps.

Flutter Things Todo

An example Todo App using Flutter with advanced features. :star2:
Built using Redux architecture and Redux Persist to store redux state.

UI/UX Concept by Md. Faisal Hossain

Thanks to Md. Faisal Hossain for allowing me to use the ThingsTodo concept.
Visit his profile for more awesome works!

Uplabs Profile : Md. Faisal Hossain
Things Todo Concept : Things Todo App

Features

Basic
  • [x] Add, Edit and Delete Task
  • [x] Add, Edit and Delete Category
  • [x] Mark as Done, Later and Important
  • [x] Sort tasks by date time
Filtering
  • [x] Daily Task
  • [x] Weekly Task
  • [x] Done, Later and Important Task
  • [x] Search Task

Application Architecture

The architecture is based off these projects:

Screenshots

https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/1.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/2.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/3.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/4.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/5.png
https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/6.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/7.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/8.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/9.png https://raw.githubusercontent.com/nacasha/flutter-things-todo/HEAD/screenshots/5.png

Getting Started

git clone https://github.com/nacasha/flutter-things-todo.git
cd flutter-things-todo
flutter packages get
flutter run

Run flutter packages pub run build_runner build to regenerate file when you made changes on any redux state.

Packages Used

  • date_utils to manipulate DateTimes.
  • built_value and built_collection provides Immutable value types and serialization.
  • flutter_redux and redux_persist for state management and persist redux state.
  • flutter_sticky_header and flutter_calendar_carousel for awesome components.
  • more at pubspec.yaml
Star the repo :star: to support the project or follow me. Thanks! :heart: