Flutter Freezed || Flutter Freezed Beginners Guide || Flutter Freezed Tutorial in Hindi/Urdu

Опубликовано: 28 Сентябрь 2024
на канале: The Tech Brothers
4,229
125

Dart is awesome, but defining a "model" can be tedious. We may have to:

define a constructor + the properties
override toString, operator ==, hashCode
implement a copyWith method to clone the object
handling de/serialization
Implementing all of this can take hundreds of lines, which are error-prone and affect the readability of your model significantly.

Freezed tries to fix that by implementing most of this for you, allowing you to focus on the definition of your model.

In this lecture i will teach you how to create model with freezed in flutter.

WhatsApp channel: https://whatsapp.com/channel/0029Va7l...
Tiktok:   / axiftaj  
Instagram:   / thetechbrotherss  
Join fb group:   / 983554978866765  

_____________/Connect On Social Media\____________
► linkedin:➜   / axiftaj  
► Instagram:➜   / axif_taj  
► Facebook:➜   / aaxiftaj  
► Twitter:➜   / axiftaj  
► GitHub:➜ https://github.com/axiftaj
► Hire me on Fiver:➜ https://www.fiverr.com/asif_taj
=========================================

Free Flutter Bootcamp
   • Flutter bootcamp 2022 || Flutter Comp...  

Flutter Rest API’s Tutorials
   • Flutter REST API Tutorials Crash Cour...  

Provider State Management
   • Flutter - MVVM Architecture with Rest...  

GetX State Management
   • Flutter GetX State Management Tutorials  

Flutter Google Map Tutorials
   • Flutter Goolge Map Tutorial with Null...  

Flutter SQL Tutorials with shopping cart example
   • Flutter Shopping Cart With Provider W...  

Flutter Hive NOSQL Database
   • Flutter Hive NoSQL Database Tutorials...  

Flutter Firebase Tutorials
   • Flutter Firebase Tutorials in Hindi/Urdu  

Flutter Firebase Notifications Tutorials
   • Flutter Firebase Notifications Androi...  

Navigation & Routing
   • Chapter 11 - Navigation & Routing || ...  

flutter, freezed, flutter freezed, freezed beginners guide, flutter freezed tutorials in hindi

for business query write me at:
[email protected]

00:00 Error & Introduction
01:40 Creating Project & Add Packages
05:00 Person Model
06:15 Equality operator and has code in models
09:00 From Json & toJson
11:30 Copy with function
15:30 Null check error
17:40 Creating Freezed Model
25:20 Default value in freezed
28:30 From Json & To Json null values

#flutter #flutter #dart #freezed