How to Reduce Jankiness in your Flutter App

preview_player
Показать описание
Flutter consumer from provider package is great to reduce jankiness and improve performance.

👉 Pre Sign Up to Flutter Learning Platform :

🎨 Source code:

⏰ Timeline:
00:00 - Introduction
00:08 - Animation jankiness
01:57 - What is consumer?
04:52 - How to use consumer
08:13 - Change a parent data
11:29 - Consumer other purpose
12:25 - Summary

🦋 Hear my thoughts on Twitter -

📷 Get updates frequently on Instagram -

🤓 See daily learnings on LinkedIn -

😂 Watch my funny side on TikTok -

📘 Rarely here, but why not Facebook:
Рекомендации по теме
Комментарии
Автор

how about context.read or context.watch?

maxchu
Автор

You speak English very clearly. It was a very good explanation for those who know little English (like me). thanks!

enesyasinturan
Автор

Thnaks for explaining! Keep recording videos!

ricard
Автор

How are you getting the tree view in vscode?

MrWaesh
Автор

DamN! Very Crystal clear explaination. Keep it up brother!

frankeestv
Автор

What an awesome explanation...Thank you so much bro..❤🥰🥰❤

uvaismohammad
Автор

Another question what if you have wrote set switchColor() is it better than calling void?

Akua-hxrb
Автор

I have a question here: What is the right way to call notifyListeners()? I use to add notifyListerners() at the end but I have seen some write like middle of the code. What if I call notifyListeners() twice?

Akua-hxrb
Автор

Great video.thanks for creating this ❤️❤️

danumichael
Автор

Hi, can you list the vscode extensions that you are using, ...

altered.thought
Автор

I still need more brain cells to understand this... though I can tell the explanation is still quite good

RLstavista
Автор

why not just use provider.of or context.of instead of consumer? makes things simpler while keeping the same functionality

fenchai
Автор

Hi, Nice content. Why did you change the name of your channel? You used to upload video with name of 'thehappyharis'. Just curious.

섀플리
Автор

".. not the money you build the app" oh :( lol

Akua-hxrb
Автор

Try to almost never use setState(), It's not worth it, If you want performance .Learn Provider(easiest) or Bloc architecture and use it almost everywhere

ArshdeepSingh-obrj