/todo_bloc

An example of TODO App using Bloc to manage state.

Primary LanguageDart

todo_bloc

An example of TODO App using Bloc to manage state.

Dev env

  • macOS 11.4 (Big Sur) x64
  • Flutter 2.5.2
  • Dart 2.14.3
  • Android Studio Arctic Fox 2020.3.1 Patch 2
  • Dart Plugin 202.8531
  • Flutter Plugin 61.0.2
  • Android SDK version 31.0.0
  • Xcode 12.5.1
  • CocoaPods 1.10.1

References

Libraries

Try to do

  • collect all label texts to a localized class.
  • show red background and 'Delete' text, while horizontal swiping or draging todo item.
  • modify EditTodoScreen to StatelessWidget with a Bloc to invalidate the form inputs.
  • add tests.

The final result is on final_result branch.