Tags
Language
Tags
June 2024
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 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 1 2 3 4 5 6

Flutter Group Chat Bloc Pattern | Tdd | Clean Architecture

Posted By: ELK1nG
Flutter Group Chat Bloc Pattern | Tdd | Clean Architecture

Flutter Group Chat Bloc Pattern | Tdd | Clean Architecture
Published 9/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 394.85 MB | Duration: 0h 55m

Flutter Clean Architecture

What you'll learn

Flutter TDD

Flutter Clean Architecture

Flutter TDD & Clean Architecture

Flutter State Management BLoC

Requirements

Must have prior Flutter dev experience

Description

This is course where we will cover what is clean architecture in detail with step by step example. We will also talk about why it important and how it plays an important role for big projects and how a team can collaborate with their projects if the project is done using clean architecture and how each of the project is dependent.This app cover 100 TDD and detail explanation of Clean Architecture with BLoC, Provider and CubitThis app uses firebase as backend and chatting. All data is saved in the firebase and the login also happens through firebase. You get notifications in different cases. You may get notification for joining a group and notification is a new course or exam is uploaded. There's an admin side of this app, where you may upload courses to firebase and the app reads that immediately. You may upload many exams or courses.The exam result comes out automatically and immediately.  Students can review their result and recheck the test. You will have a screen video player section which could be fullscreen or half screen. You get to play video from a link or local storage.Profile center provides name, password and avatar change.This course also covers dedicated TDD section clear examples. So the first 6 hours of this course we take a look at a dummy app to know about TDD and clean architecture.We heavily covers in group chat in this tutorial. Flutter group chat is a difficult feature to implement. We have done it using BLoC and Clean Architecture

Overview

Section 1: Introduction

Lecture 1 Introduction

Lecture 2 Understanding data layer and usecases

Lecture 3 Understanding data layer and models

Lecture 4 Understanding data layer and repositories

Lecture 5 Understanding data layer and the data source

Lecture 6 Presentation layer

Lecture 7 Wrap up layers

Lecture 8 Clean architecture and SOLID principles

Section 2: Why domain layer

Lecture 9 Why we need entities

Lecture 10 why domain layer

Lecture 11 Why we need to use cases

Section 3: Repository section

Lecture 12 Why we need repository

Intermediate to advanced learners