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

Комментарии • 16

  • @matheusmedrado4430
    @matheusmedrado4430 Год назад +1

    super helpfull, thanks for the great content

  • @ФерузаЮнусова-ю2г
    @ФерузаЮнусова-ю2г 2 года назад +1

    I'm first. Big thanks for this part. Explanation is going amazingly and clearly .

  • @jaguargamesyt6183
    @jaguargamesyt6183 2 года назад

    So good, thanks from Brazil

  • @sobitsagdullayev5184
    @sobitsagdullayev5184 2 года назад

    I rate this 19/20❤😊
    thanks a lot

  • @hyunkim1158
    @hyunkim1158 10 месяцев назад

    8:12

  • @peterinvestor
    @peterinvestor 2 года назад +1

    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?

    • @AJFlutterTutorials
      @AJFlutterTutorials  2 года назад

      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😊

  • @villainn3776
    @villainn3776 2 года назад +1

    When i mark the task as completed, it removed from pending task but does not appear in completed tasks

    • @AJFlutterTutorials
      @AJFlutterTutorials  2 года назад

      Hi, please check update function which is in the tasks bloc file

    • @villainn3776
      @villainn3776 2 года назад +1

      @@AJFlutterTutorials It was issue in updateTask.
      changes:
      completedTasks: state.completedTasks,
      to
      completedTasks: completedTasks,
      Thanks

  • @vinaybakle6443
    @vinaybakle6443 2 года назад +1

    too fast

    • @AJFlutterTutorials
      @AJFlutterTutorials  2 года назад +1

      Hi, Someone likes fast and someone doesn't. It's not fast, I just skipped unnecessary part