Giter Site home page Giter Site logo

nacasha / flutter-things-todo Goto Github PK

View Code? Open in Web Editor NEW
203.0 12.0 53.0 703 KB

An example Todo App using Flutter with advanced features

License: MIT License

Java 0.35% Objective-C 0.72% Dart 98.93%
flutter flutter-examples redux redux-persist

flutter-things-todo's Introduction

๐Ÿ”ฅ 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

  • Add, Edit and Delete Task
  • Add, Edit and Delete Category
  • Mark as Done, Later and Important
  • Sort tasks by date time

Filtering

  • Daily Task
  • Weekly Task
  • Done, Later and Important Task
  • 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! โค๏ธ

flutter-things-todo's People

Contributors

nacasha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter-things-todo's Issues

Build Failed: The method 'dependOnInheritedWidgetOfExactType' isn't defined for the class 'BuildContext'.

Compiler message:
../flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sticky_header-0.4.2/lib/src/widgets/sliver_sticky_header.dart:60:56: Error: The method 'dependOnInheritedWidgetOfExactType' isn't defined for the class 'BuildContext'.

  • 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../flutter/packages/flutter/lib/src/widgets/framework.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'dependOnInheritedWidgetOfExactType'.
    final _StickyHeaderControllerScope scope = context.dependOnInheritedWidgetOfExactType<_StickyHeaderControllerScope>();
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Compiler failed on /Users/phillzou/code_workspace/flutter/flutter-things-todo/lib/main.dart
    Error launching application on iPhone 11 Pro Max.

Notification icon button sends onUnknownRoute exception

From home screen.
App not crash still no action is performed. Probably something in routing is not set as expected. I do not know what should happen after button click.
From other screens Another exception was thrown: Could not find a generator for route "/task-form" in the _WidgetsAppState.

โ•โ•โ•ก
EXCEPTION CAUGHT BY GESTURE โ•žโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
I/flutter (17082): The following assertion was thrown while handling a gesture:
I/flutter (17082): Could not find a generator for route "/task-form" in the _WidgetsAppState.
I/flutter (17082): Generators for routes are searched for in the following order:
I/flutter (17082): 1. For the "/" route, the "home" property, if non-null, is used.
I/flutter (17082): 2. Otherwise, the "routes" table is used, if it has an entry for the route.
I/flutter (17082): 3. Otherwise, onGenerateRoute is called. It should return a non-null value for any valid route not
I/flutter (17082): handled by "home" and "routes".
I/flutter (17082): 4. Finally if all else fails onUnknownRoute is called.
I/flutter (17082): Unfortunately, onUnknownRoute was not set.
I/flutter (17082): When the exception was thrown, this was the stack:
I/flutter (17082): #0 _WidgetsAppState._onUnknownRoute.
package:flutter/โ€ฆ/widgets/app.dart:774
I/flutter (17082): #1 _WidgetsAppState._onUnknownRoute
package:flutter/โ€ฆ/widgets/app.dart:787
I/flutter (17082): #2 NavigatorState._routeNamed
package:flutter/โ€ฆ/widgets/navigator.dart:1440
I/flutter (17082): #3 NavigatorState.pushNamed
package:flutter/โ€ฆ/widgets/navigator.dart:1473
I/flutter (17082): #4 BaseAppBar.actions.
package:thingstodo/โ€ฆ/app_bar/base_app_bar.dart:27
I/flutter (17082): #5 _InkResponseState._handleTap
package:flutter/โ€ฆ/material/ink_well.dart:507

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.