flutter-things-todo
flutter-things-todo copied to clipboard
An example Todo App using Flutter with advanced features
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,...
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....
Repeating task is frequently wanted feature. Implementation like in https://github.com/maltaisn/recurpickerlib or tasks.org would be great. I saw flutter version in https://github.com/SamarthDesai01/RepeatMe . Just option to repeat by weekdays and after...
It could be optional or just change. Anyway users should be able to see their date in 24 h format.
Currently user has to click add then click name to enter. Most users want to enter text fast so focusing on name seems like good improvement. Especially as empty(null) title...