Tasks App [To Do App] Part 4 - Bottom Navigation Bar Flutter
HTML-код
- Опубликовано: 10 фев 2025
- #flutter_bloc_app #to_do_app
Hi there!
In this part you are going to learn how to make Bottom Navigation Bar using Flutter BLoC Pattern and more...
Rate this tutorial from 1 to 5 ⭐ and Tell us why in the Comment section 😊
Please support our channel by Liking the tutorial, Subscribing to the channel
Buy me a Coffee:
www.buymeacoff...
Create your Coffee link:
www.buymeacoff...
-- SOURCE CODE --
1st) Watch all 6 parts and 100% guarantee that you will get full source code for free because of no skipped part or code hidden part.
or
You can get the whole code here right now:
www.buymeacoff...
You also learn:
Add task
Delete Task
Mark as Done/Undone
Mark as Favourite/Unfavourite
Restore Task
Clear bin folder
and so on...
We created this Tasks App using Flutter BLoC and making step_by_step tutorial
Thank you all.
Tasks App [To Do App] Part 4 - Bottom Navigation Bar Flutter
Taks App Flutter
Todo App Flutter
Flutter Navigation Bar
Flutter Bottom Navigation Bar
super helpfull, thanks for the great content
Happy to help :)
I'm first. Big thanks for this part. Explanation is going amazingly and clearly .
You are welcome. Glad it helped you)
So good, thanks from Brazil
You are welcome, glad to hear that🤩
I rate this 19/20❤😊
thanks a lot
8:12
ok
something is telling me that this architecture can be improved but I dont know how, as soon as there are repetition I think it is bad design decision. Completed, Pending, Favourite screens are identical and as soon as we make a change in 1 of these files we will have to repeat it again. This is ok for small projects since Ive been there in different language but even then it will become a mess after a year. I think what we need is to pass taskList from tab screen but not sure how to implement it but then we would have 1 template where we would pass different data to it instead of duplicating same template over and over again. Anyone got a solution for this?
good idea, but in this project we also tried to build the app as you told above. But you are right, we did it not so professional way. It'd be great if someone edits the project and share it😊
When i mark the task as completed, it removed from pending task but does not appear in completed tasks
Hi, please check update function which is in the tasks bloc file
@@AJFlutterTutorials It was issue in updateTask.
changes:
completedTasks: state.completedTasks,
to
completedTasks: completedTasks,
Thanks
too fast
Hi, Someone likes fast and someone doesn't. It's not fast, I just skipped unnecessary part