dwyl / flutter-todo-list-tutorial

✅ A detailed example/tutorial building a cross-platform Todo List App using Flutter 🦋
GNU General Public License v2.0
96 stars 9 forks source link

Completed tasks #26

Closed SimonLab closed 3 years ago

SimonLab commented 3 years ago

ref: #25

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (6344af7) into master (288d0ff) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines           62        84   +22     
=========================================
+ Hits            62        84   +22     
Impacted Files Coverage Δ
lib/models/todoList.dart 100.00% <100.00%> (ø)
lib/screens/completed_tasks/completed_tasks.dart 100.00% <100.00%> (ø)
lib/screens/tasks/tasks.dart 100.00% <100.00%> (ø)
lib/screens/tasks/todolist.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 288d0ff...6344af7. Read the comment docs.

nelsonic commented 3 years ago

@SimonLab this is looking good so far. 😍 Please assign when you feel it's ready for review/merge. 👍 Thanks. 🌻

SimonLab commented 3 years ago

I've updated the branch with the code from the master branch and tested that everything is working correctly. I think this PR is ready for review @nelsonic Next I'll update the code to add Riverpod, see https://github.com/dwyl/flutter-todo-list-tutorial/issues/27