Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Flutter BLoC State Management & Firebase [2023] From Scratch

Posted By: BlackDove
Flutter BLoC State Management & Firebase [2023] From Scratch

Flutter BLoC State Management & Firebase [2023] From Scratch
Updated 2/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 24 lectures • 3h 7m | Size: 1.9 GB


Flutter BLoC Pattern and Firebase. Build Real App - Step By Step | Flutter 3.7

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

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 [2023] 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