This type of videos are really helpful to get started in Flutter. First we see the workflow and also how a flutter dev thinks, especially when it comes to searching and reading docs.
To anyone who's wondering, to fix that RangeError change: for (var i = 0; i < offsets.length; i++) {...} to for (var i = 0; i < offsets.length - 1; i++) {...}
This is one of the best flutter boring shows that I watch. flutter should do this type of video because from such type videos beginners to flutter know how can we find things in a flutter by only documentation. 😍😍😍
Very nice, However, when the number of Offset's reach around 2000 the performance drops quite significantly (simulator and actual device) and the line drawing starts to really lag quite a bit. How would one optimise this?
So that's how apps are developed. With understanding. My team lead doesn't consider me sh*t to talk about the development. He just hands a vague description and tells me "Umm so we need to work on this.." and the the "we" is reduced to just "me". Smh
DragStartDetail class also has a localPosition variable, so what was the problem in using details.localposition instead of converting details.global position to local position ?
Are there any videos that explain how to build upon this tutorial? Like how to change the stroke width. I'm not sure how to pass a different number for strokeWidth into the Paint method
How do you guys differantiate between ctrl+c and ctrl+z? Never thought about that before, but when I heard cmd+z, I was like "How's copying gonna solve AS freeze??"
This type of videos are really helpful to get started in Flutter. First we see the workflow and also how a flutter dev thinks, especially when it comes to searching and reading docs.
This is exact way to learning, while development developer feel same kind of problems. this team handle very professional way. keep it up...❣
To anyone who's wondering, to fix that RangeError change:
for (var i = 0; i < offsets.length; i++) {...}
to
for (var i = 0; i < offsets.length - 1; i++) {...}
This is one of the best flutter boring shows that I watch. flutter should do this type of video because from such type videos beginners to flutter know how can we find things in a flutter by only documentation. 😍😍😍
Hey, thanks a lot. This video is reeeeally interesting for learning! Much more than a full straight forward tutorial!
Thanks for the excellent feedback, Breno! You can watch more episodes of the Boring Show here → goo.gle/BoringFlutterShow
@@flutterdevdo you have for bloc for basic
Thanks , i had a lot of fun watching this :D
Thank you, I was waiting for it!!!
I have trying to build my app to draw within a small box and not the entire screen but the line is just far from my point of touch. Need help.
That note on whiteboard 😂😂
.
Breaking : Area 51 alien becomes the universe's first intergalactic developer.
Very nice,
However, when the number of Offset's reach around 2000 the performance drops quite significantly (simulator and actual device) and the line drawing starts to really lag quite a bit. How would one optimise this?
Hadn't thought about this, if one is to create something like a jamboard how can we optimize this?
This episode was so hilarious!
I loved this video
Dart and Flutter have improved significantly since then but the rudimental stuff is same
So that's how apps are developed. With understanding. My team lead doesn't consider me sh*t to talk about the development. He just hands a vague description and tells me "Umm so we need to work on this.." and the the "we" is reduced to just "me". Smh
Lol
@@GoToMan Same Here
I get the strong feeling that the whole local to global was unneccessary
boring show becomes interesting for me :)
DragStartDetail class also has a localPosition variable, so what was the problem in using details.localposition instead of converting details.global position to local position
?
exactly. it's an unexpected live show. not a well prepared tutorial.
can we get coordinates when paint on it?
you must have a REALLY old version of flutter because that int to double thingy have been around for some time now :)
Palm rejection when using stylus?
Who else was just wishing they would just remove the breakpoint at line 83 😂
How can I activate those automatic comments at the end of every widget in Android Studio?
Flutter and Dart extensions? im not sure
I believe that is part of the flutter extension for vs code. Maybe there is a plugin for android studio that does the same.
They're awesome, I know!! If I could only get that same functionality for React.. sigh
Are there any videos that explain how to build upon this tutorial? Like how to change the stroke width. I'm not sure how to pass a different number for strokeWidth into the Paint method
The strokeWidth can be updated by utilizing a slider widget.
How do you guys differantiate between ctrl+c and ctrl+z? Never thought about that before, but when I heard cmd+z, I was like "How's copying gonna solve AS freeze??"
Guys, please, 911. I need to know song from intro and outro, .. feeling 90's today
why offsets[i+1] is working?? i have RangeError (index): Invalid value: Not in range
The Center widget was creating the offset.
After adding an appbar to the Scaffold, the drawing seems to be off for the height. How can i prevent that?
I think you should try useing localPosition instead of globalPosition for the offsets when you add them.
the Issue you are having at 9:50 - I have at issues once a day in Android Studio - I have to close the file and re-open it!
so I prefer VS code
its giving me second hand anxiety seeing their android studio misbehave so bad
I would love to see how to create a home screen widget in flutter (obviously only possible for android) because I just can not find a good tutorial
What do you mean a home screen widget? Like something that's displayed along with the phone's app icons?
Did you ever figure out a way to do that?
how i can save image in my app with out database something like shared prreferences
Can any body help me that How we can detect what shape is draw on screen ? Thanks in Advance
video is a little low quality
Can you please explain the curl page effect in flutter
If it's possible 😇
I shall be very thankful to you.🤗
ok,thanks
how we can learn flutter how we can get courses help ??
there are free courses available search on google
Title and description is misleading
VS Code is actually better than android studio for flutter, in and. studio it take so long for running the app, vs code launch first.
For me vscode intellisense is too slow. I use intellij
Flutter seems good so far, but (dart + flutter) to me (new to dart) looks like a total mess.
They fit perfectly honestly
The least you can do is to stop calling it the boring show .
First disliker
why so many 'cool' in this video ?