Learn Flutter Life Cycle In 10 Minutes

  Рет қаралды 75,972

Robert Brunhage

Robert Brunhage

Күн бұрын

Пікірлер: 53
@FlutterMapp
@FlutterMapp 3 жыл бұрын
Thanks for the video Man ✈️🚀🎉
@FlutterMapp
@FlutterMapp 3 жыл бұрын
That is awesome! Do you use all of them?
@RobertBrunhage
@RobertBrunhage 3 жыл бұрын
@@FlutterMapp I use the ones that I need depending on the scenario 😊
@Fred_Klingon
@Fred_Klingon 3 жыл бұрын
Interesting video, I was looking for it. Just a little note: it would have been nice to explain well what is a "dependency" from widget's perspective, that triggers a didChangeDependencies call. Regarding deactivate, maybe its fired once the widget is removed from the tree, while the instance continues to exist? I'm thinking about a widget that is set to "hidden" visbility.
@saiphaneeshk.h.5482
@saiphaneeshk.h.5482 3 ай бұрын
Yeah, the dependency part is a bit confusing.
@i.k.shaikh3772
@i.k.shaikh3772 3 жыл бұрын
Excellent demonstration
@victorhpantunes
@victorhpantunes 4 жыл бұрын
Awesome video. A lot of things that I didn't know it
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
Glad it was helpful!
@fullstack_journey
@fullstack_journey 4 жыл бұрын
This was widget lifecycle, can u do one on app lifecycle too?
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
Have an old video about it but thinking of updating it as a lot of people has been asking about it!
@Fred_Klingon
@Fred_Klingon 3 жыл бұрын
As far as I know, a Flutter App is a widget, that's stated in the doc :)
@illtrax
@illtrax 3 жыл бұрын
Thanks for the summery!
@junveld4830
@junveld4830 Жыл бұрын
Thank you, please post more interview questions
@genes-p9h
@genes-p9h Ай бұрын
very helpful ty
@danangdwigustifajaryanto
@danangdwigustifajaryanto 3 жыл бұрын
I just wondering what is the different between dispose and deactivate.
@TheFredFred33
@TheFredFred33 4 жыл бұрын
Excellent 👏🏻👏🏻👏🏻👏🏻👏🏻
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
Thank you! 😃
@Pedro5antos_
@Pedro5antos_ 2 жыл бұрын
Thanks for sharing! AWESOME!
@mgmyo7066
@mgmyo7066 4 жыл бұрын
please make tutorials of navigation 2.0.
@ilgztrs
@ilgztrs Жыл бұрын
Deactivate is useful if you want to interact with bloc before disposing the widget
@ehsanhasin
@ehsanhasin Жыл бұрын
thank you
@olaoluwamarvellous700
@olaoluwamarvellous700 2 жыл бұрын
Thank you
@Prizza_3lik
@Prizza_3lik Жыл бұрын
thanks you bro
@oswaldoolea2889
@oswaldoolea2889 10 ай бұрын
great, thank a lot.
@yashdixit3352
@yashdixit3352 4 жыл бұрын
What is dependency change?
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
When you pass something through the constructor to a widget, that widget is depandant on that value. So in a sense it's that if a value changes hat is the same as saying that the dependency changes.
@hasansalim1868
@hasansalim1868 4 жыл бұрын
Thanks, but what about the constructor of the state class?
@s.thentaro5901
@s.thentaro5901 7 ай бұрын
What's about "activate" life cycle?
@SuperHesni
@SuperHesni 4 жыл бұрын
great video as always
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
Thanks! Something I have on my todo so certainly in the future 😊
@Ls-df2mf
@Ls-df2mf 3 жыл бұрын
Good one
@danumichael2143
@danumichael2143 4 жыл бұрын
great video
@boghdadyDev
@boghdadyDev 4 жыл бұрын
what is the font name that you are using ?
@dhanniekristanto
@dhanniekristanto 4 жыл бұрын
firaCode
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
I am using JetBrains Mono!
@dhanniekristanto
@dhanniekristanto 4 жыл бұрын
@@RobertBrunhage didn't know mono got that ligature 😄
@mohamedalihammami5067
@mohamedalihammami5067 2 жыл бұрын
Excellent! Very helpful ,just if you can to make video for how to use huawei_map in Flutter thx
@yassinsaddem2262
@yassinsaddem2262 4 жыл бұрын
It's very good but the deactivate explication is not clear
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
Noted, if I come up with a good example I will update the Github Code!
@atulrawat2996
@atulrawat2996 3 жыл бұрын
where is the createState method?
@jst_kishan
@jst_kishan 4 жыл бұрын
How to write ≠ ?
@mohammadtalha2336
@mohammadtalha2336 4 жыл бұрын
Turn on code ligatures in vscode settings and install fira-code font or any other that support code ligatures
@RobertBrunhage
@RobertBrunhage 4 жыл бұрын
As Mohammad said, these is a setting in your ide or code editor for activating code ligatures. I am using JetBrains Mono and that activated!
@faheemahmad3957
@faheemahmad3957 Жыл бұрын
please make for 2023
@alexvaiman4966
@alexvaiman4966 Жыл бұрын
dispose not called memory like? are you insane my friend??? dart has garbage collector!!! it does not need you to dispose anything! with exception of resources which are not under dart control! VC is not one of them!!! you should dispose of timers, but why? well, the reason is, if you dont, when the timer comes back it may try to get ref to disposed object, and you will have a crash. I hate when people talking about "memory leaks" - it is plain crap!
@PatrickCuentas
@PatrickCuentas 5 ай бұрын
so slow men x2 speed and still slow xd
@xiuChang
@xiuChang 4 жыл бұрын
uper is an indian?
@RamyWahid
@RamyWahid 3 жыл бұрын
Diserve Comment
Flutter App life Cycle Like a Boss - Learn How to Reuse the Logic
9:31
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 10 МЛН
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,3 МЛН
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 3,6 МЛН
Learn Flutter Hooks and Maximize Your Code Reuse
10:36
Robert Brunhage
Рет қаралды 62 М.
This is my approach to state management in Flutter
4:47
Robert Brunhage
Рет қаралды 3,4 М.
10 Flutter Tips to Be More Productive
13:25
Robert Brunhage
Рет қаралды 66 М.
State Management Like A Pro - Flutter Riverpod
10:30
Robert Brunhage
Рет қаралды 77 М.
Top 12 Flutter Tips & Tricks
9:32
Fireship
Рет қаралды 271 М.
Flutter Folder Structure and Packages
8:03
Robert Brunhage
Рет қаралды 40 М.
Top 35 Flutter Widgets
29:29
Flutter Mapp
Рет қаралды 331 М.
My favorite testing approach in Flutter
3:35
Robert Brunhage
Рет қаралды 1,9 М.
Flutter Interview Questions and Answers for Experienced | Real Time Scenario Questions
15:34
InterviewGIG - Job Interview Questions
Рет қаралды 10 М.
Top 16 Dart Tips and Tricks Every Flutter Developer Should Know
11:44
Andrea Bizzotto
Рет қаралды 59 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 10 МЛН