TOP 5 Beginner MISTAKES In Flutter

preview_player
Показать описание

Responsive design help package:

⭐⭐⭐ SUPPORT ME ⭐⭐⭐

⭐⭐⭐ CONNECT WITH ME ON SOCIAL MEDIA ⭐⭐⭐

Рекомендации по теме
Комментарии
Автор

I have created these packages:
1. super_easy_in_app_purchase
2. super_easy_permissions

These will make your life a lot easier :-)

xtraszone
Автор

bro for real i love you man keep going

Dragonruler
Автор

I would love if you had your keyboard shortcuts/strokes available live during your talks! It would help everyone understand how you're getting from one point to another #flutterviking

nakedtech
Автор

Thanks for the tip. Your videos are high quality. There are tons of way of using build environments on Flutter. Could you make a video how you use build environments (without flavours).

PadamShrestha
Автор

CustomWidgets or helperMethods? great question... so you should be carefull with the context and setState... think about if you need to rebuild all UI or just a piece of code. thanks for this video

mirxtremapps
Автор

Wow.. The fifth tip really amazed me.. I mean.. In other programming language, I also do this, but I don't know that in dart (or flutter?), they do extensive documentation inside it. Thanks for pointing that out. :D.

By the way, I want to ask you something Robert. Do we really actually need state management? because if we use Navigation onGenerateRoute, we can use it as our app builder structure right? I mean, that's where we can assemble everything like http client, controller, auth etc. We can put all our dependencies there, so it will all connected. Is it right? Or not?

Thanks.

daryladhityahenry
Автор

Great tips, I think it could've been more visual for the 2nd advice if you had a simulator demonstration but good work overall.

Amro_Dubai
Автор

Would be nice to see you VSCode Dart and Flutter related extensions. Seems pretty cool! 😎

Автор

Is flutter good? I have seen lots of people talking about it and that it is bad and has lots of issues, and I am afraid to begin, what do you think ?

slahomar
Автор

Why do you prefer extracting into private widgets, over extracting into a method building the widget?
I prefer the latter, as this keeps me in direct contact with instance variables and state, since the method is part of the same class. If at some point the method becomes reusable, then it can become a separate widget.

Ondal
Автор

hi..Could you please share a video how to integrate google fit to flutter app? How I start to learn these things?

daily_dose_of_polls
Автор

hey there great Tuts. Thanks a lot
@3:24 Whats the difference between putting those Text widgets in a named Container(like a function) and then calling it inside the body?
Instead of putting it inside of a StatelessWidget class?

someguy
Автор

can we use dio and cookieJar to keep login and use the cookies to do post request? i cannot find any tutorial. can you teach me?

chrisl
Автор

Hi Robert, nice video, can you please share what font are you using? The font looks nice for coding. I have been using Fira Code for the ligature support. Please let me know.

PankajNikam
Автор

1:19 how did you import it right away with a shortcut 🤩?

donathmm
Автор

while i absolutely support the device preview package and appreciate it's author work, but keep in mind it's not 100% accurate, i used different android emulator screen sizes, and it's very different from the package, so only use the package as an estimate don't spent hours coding your UI thinking it's not adapting to screen size.

hw
Автор

generatedpluginregistrant flutter error.... Please help me bro

vxsyzvr
Автор

Hi sir where is the package that you are talking about in problem number 4?

randomprog
Автор

Hey! Just wondering, why do we put the MyApp class in a separate folder and not the MyHomePage instead?

jakobbouchard
Автор

in windows extract widget keyboard shortcut: ctrl + .

oswaldoolea