nacasha/flutter-things-todo
고급 기능을 갖춘 Flutter를 사용한 예제 할 일 앱
- Stars
- 207
- Forks
- 52
- 최근 푸시(UTC)
- 2020. 5. 20.
- 프로젝트 상태
- 활성
언어DartObjective-CJava
기술 주제
사용 중인 의존성
의존성 목록 16 개
- flutter
{"sdk":"flutter"} - date_utils
^0.1.0+2 - built_collection
^4.0.0 - built_value
^6.1.5 - flutter_redux
^0.5.2 - flutter_calendar_carousel
^1.3.4 - flutter_sticky_header
^0.3.4 - memoize
^2.0.0 - redux_persist_flutter
^0.6.0 - redux_persist
^0.7.0 - redux_logging
^0.3.0 - cupertino_icons
^0.1.2 - font_awesome_flutter
^8.2.0 - flutter_test개발 의존성
{"sdk":"flutter"} - build_runner개발 의존성
^1.1.1 - built_value_generator개발 의존성
^6.1.6
순위
원본 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_utilsto manipulate DateTimes.built_valueandbuilt_collectionprovides Immutable value types and serialization.flutter_reduxandredux_persistfor state management and persist redux state.flutter_sticky_headerandflutter_calendar_carouselfor awesome components.- more at
pubspec.yaml