Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Flutter BLoC State Management & Firebase [2025] From Scratch
Rating: 4.6 out of 5(529 ratings)
15,334 students

Flutter BLoC State Management & Firebase [2025] From Scratch

Flutter BLoC Pattern and Firebase. Build Real App - Step By Step | Flutter
Last updated 8/2025
English

What you'll learn

  • Flutter BLoC from scratch by step-by-step explanations
  • Make Amazing Tasks App [To Do App] Using Flutter BLoC State Management
  • Also you learn: Add task, Delete Task, Mark as Done/Undone, Mark as Favourite/Unfavourite, Restore Task, Clear Bin Folder, Change Theme ( Dark and Light )
  • Flutter Widgets such as: Drawer, PopupMenu, ExpansionPanel, BottomNavigationBar and so on...
  • Flutter Firebase works with Flutter Bloc

Course content

4 sections30 lectures3h 40m total length
  • The full Introduction of 'Tasks App with Flutter Bloc and Firebase' course3:15

    We have updated the course adding new lectures about Flutter Bloc works with Flutter Firebase. You can watch the video to get a full demonstration of our 'Tasks App with Flutter Bloc and Firebase' course

  • Introduction of the Course (old)5:22

    Introduction of the Tasks App made with Flutter BLoC

Requirements

  • Beginning knowledge on Flutter and how it works
  • Knowledge of the Dart programming language

Description

Hi there!
Welcome to Flutter BLoC State Management & Firebase [2025] From Scratch!
This Full Course about Real Tasks App [To Do App] Using Flutter BLoC Pattern State Management And here you learn:


I. Flutter BLoC State Management with Hydrated Bloc (Hydrated Bloc saves data on local storage)
1) Add tasks -  You can add a new task with its description and the task remains there even if you do hot-reload or hot-restart because of Hydrated BLoC.
2) Delete Task - You can Delete a Task and that task moves to Recycle Bin folder of the App.
3) Mark as Done/Undone - when you've done a task, it moved to Completed Tasks Tab or vice versa.
4) Mark as Favourite/Unfavourite - you can mark a task as a favorite and you can find that task in the Favorites Tab.
5) Restore Task - you can restore a task and that task re-appears in the Pending Tasks Tab.
6) Clear Bin Folder - There is a ''Clear All Tasks'' button in the Recycle Bin folder, it deletes all tasks and clears the Recycle Bin folder.
7) Change Theme (Dark and Light)  - In the Drawer, there is a switch, by which you can change the App Theme into Dark and Light mode.
Flutter Widgets such as:
- Drawer
- Popup Menu
- Expansion Panel
- Bottom Navigation Bar
and many other Flutter widgets.


II. Flutter BLoC State Management with Firebase (All data will be saved on Firestore)
   
1)  All the function above still works with Bloc, but saves data on Firestore
   2) Besides above, User authentication is added in the last section.

I hope you enjoy the course.

Who this course is for:

  • Flutter Developer who wants to learn Flutter BLoC Pattern from scratch, step by step
  • Developers who want to build apps with Flutter using BLoC State Management