All Projects → nacasha → Flutter Things Todo

nacasha / Flutter Things Todo

Licence: mit
An example Todo App using Flutter with advanced features

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter Things Todo

reactnative-typescript
Playground and evolution of learnings done in react native with typescript
Stars: ✭ 28 (-85.19%)
Mutual labels:  redux-persist
Simple Trello
📋
Stars: ✭ 431 (+128.04%)
Mutual labels:  redux-persist
Reactnativelaravellogin
Sample App for login using laravel 5.5 React Native and Redux
Stars: ✭ 75 (-60.32%)
Mutual labels:  redux-persist
youtube-redux-persist
To do App developed in the Redux Persist video
Stars: ✭ 15 (-92.06%)
Mutual labels:  redux-persist
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+98.41%)
Mutual labels:  redux-persist
React Native Workshop
Prototyping Airbnb with React Native
Stars: ✭ 21 (-88.89%)
Mutual labels:  redux-persist
react-redux-nextjs-bootstrap-pwa-starter
a progressive web app starter with next js redux + redux-persist + bootstrap
Stars: ✭ 69 (-63.49%)
Mutual labels:  redux-persist
Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (-20.11%)
Mutual labels:  redux-persist
Pwa Theme Woocommerce
E-commerce Progressive Web App Theme (React & Redux)
Stars: ✭ 382 (+102.12%)
Mutual labels:  redux-persist
Redux Persist Expo Securestore
redux-persist storage for Expo's SecureStore
Stars: ✭ 61 (-67.72%)
Mutual labels:  redux-persist
Fakeflix
Not the usual clone that you can find on the web.
Stars: ✭ 4,429 (+2243.39%)
Mutual labels:  redux-persist
Redux Persist Transform Encrypt
Encrypt your Redux store
Stars: ✭ 306 (+61.9%)
Mutual labels:  redux-persist
Slopeninja Frontend
Slope Ninja Frontend 🏂❄️⛄️
Stars: ✭ 39 (-79.37%)
Mutual labels:  redux-persist
redux-persist-demo
Medium Article: https://itnext.io/react-native-why-you-should-be-using-redux-persist-8ad1d68fa48b
Stars: ✭ 53 (-71.96%)
Mutual labels:  redux-persist
Cnoder
Yet another CNode Flutter App
Stars: ✭ 84 (-55.56%)
Mutual labels:  redux-persist
react-laravel-with-jwt-auth
Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.
Stars: ✭ 75 (-60.32%)
Mutual labels:  redux-persist
React Native Boilerplate
🚀 React Native Boilerplate Updated
Stars: ✭ 9 (-95.24%)
Mutual labels:  redux-persist
Slopeninja Native
 Slope Ninja App 🎿❄️⛄️
Stars: ✭ 160 (-15.34%)
Mutual labels:  redux-persist
React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps 🚀 using react, redux, sagas and hooks
Stars: ✭ 139 (-26.46%)
Mutual labels:  redux-persist
React Antd Todo
A simple todo list app built with React, Redux and Antd - Ant Design
Stars: ✭ 42 (-77.78%)
Mutual labels:  redux-persist

🔥 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. 🌟
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

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 ⭐️ to support the project or follow me. Thanks! ❤️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].