Beginning Flutter - Introduction to Flutter and Dart

  Рет қаралды 11,289

JediPixels

JediPixels

Күн бұрын

This video is an introduction to the base architecture of the Flutter framework and the Dart language. But, before diving into code its important to understand how Flutter works behind the scenes.
You’ll see in the video the Dart language benefits for deployment and development.
The benefits of the Flutter framework to build multi-platform applications from a single code base, how widgets are used to compose the UI and how they form the widget, element and render tree, the widgets lifecycle events, when to use a stateless or stateful widget, how Flutter performance is fast and communicates via platform channels to access native platforms API’s.
Looking for Updates:
JediPixels.dev
Beginning Flutter Book:
www.amazon.com/Beginning-Flut...
Subscribe:
/ @jedipixels
0:00 Introduction
0:09 INTRODUCTION - What is covered
1:27 INTRODUCING FLUTTER & DART
3:07 INTRODUCING FLUTTER - Lifecycle Events
3:33 Defining Widgets and Elements
4:34 UNDERSTANDING WIDGET LIFECYCLE EVENTS
5:33 The StatelessWidget Lifecycle
6:27 The StatefulWidget Lifecycle
#flutter #dart #flutterdev #appdevelopment

Пікірлер: 36
@princejonnyjuniorjones426
@princejonnyjuniorjones426 2 ай бұрын
I really like how you have simplified everything. I have been learning Flutter for a while and your videos are great to watch because instead of diving straight into things, you help with understanding both the concepts and the way to think that is needed to apply the concepts. Best of all, your videos are short and to the point!
@JediPixels
@JediPixels Ай бұрын
Thank you, I greatly appreciate it.
@charankumar4154
@charankumar4154 4 жыл бұрын
This is one of the best video made on flutter explaining in short and crispy.... Loved it... 👍
@JediPixels
@JediPixels 4 жыл бұрын
Thank you, I appreciate it.
@rmkracht
@rmkracht 4 жыл бұрын
Very impressive. I'm not sure how this video doesn't have as many likes as it does views. You appear to be a natural teacher. It's clear that you gave much thought to choosing the information that you presented and you delivered it in a way that made it clear and easy to understand. I'm looking forward to the rest of your videos.
@JediPixels
@JediPixels 4 жыл бұрын
Thank you so much, I appreciate it. Yes, I have more videos planned.
@marklloydanabeza
@marklloydanabeza 3 жыл бұрын
awesome... I feel like I hit a jackpot. Its been 1 week since I started flutter but the problem is, I've been overloaded with too much information reading from articles to articles and it made me confused. I don't know where to start until I read your article on medium. Thank u so much. God Bless u.
@JediPixels
@JediPixels 3 жыл бұрын
Thank you, I appreciate it and God Bless you too.
@pauloCosteira
@pauloCosteira 3 жыл бұрын
Man your channel is the best channel the youtube, please don't stop
@JediPixels
@JediPixels 3 жыл бұрын
Thanks, I greatly appreciate it.
@CtrlClick00
@CtrlClick00 4 жыл бұрын
Really helpful explanation
@JediPixels
@JediPixels 4 жыл бұрын
Glad it was helpful! Thank you.
@digitech_chiragvedant
@digitech_chiragvedant 4 жыл бұрын
Great tutorial
@JediPixels
@JediPixels 4 жыл бұрын
Thank you.
@diponkordip1614
@diponkordip1614 3 жыл бұрын
Best videos on Flutter, Carry on. Are you guys planning anything on Flutter advance tutorial too? That will be great
@JediPixels
@JediPixels 3 жыл бұрын
Thank you and I might do some advanced tutorials.
@diponkordip1614
@diponkordip1614 3 жыл бұрын
@@JediPixels waiting...
@busesofpakistan5927
@busesofpakistan5927 Жыл бұрын
carry on
@JediPixels
@JediPixels Жыл бұрын
Thank you.
@user-or7ji5hv8y
@user-or7ji5hv8y 3 жыл бұрын
Suggestion video on state management
@JediPixels
@JediPixels 3 жыл бұрын
I did a basic "Flutter's Way State Management" video at kzfaq.info/get/bejne/et1mq6qn38mqYWg.html and I might make a much deeper one in the future. Thanks for the suggestion.
@bt3tun3smusic73
@bt3tun3smusic73 4 жыл бұрын
Nice
@JediPixels
@JediPixels 4 жыл бұрын
Thanks, I appreciate it.
@JobaerArman
@JobaerArman 4 жыл бұрын
Off topic question: how to format numbers to be comma separated? E.g. 123456789 = 123,456,789
@JediPixels
@JediPixels 4 жыл бұрын
You can use the intl package and this page shows the number formatting options pub.dev/documentation/intl/latest/intl/NumberFormat-class.html For example you can use NumberFormat("#,##0.00").format(125900) and returns 125,900.00. The intl package can also format currency, dates and so many more.
@JobaerArman
@JobaerArman 4 жыл бұрын
@@JediPixels You saved me man. Finally I got the answer. Thank you so much.
@JediPixels
@JediPixels 4 жыл бұрын
@@JobaerArman My pleasure... glad it worked out.
@sharbelokzan9673
@sharbelokzan9673 4 жыл бұрын
Great video thank you Can you please tell ne what software or website did you use to make the animation?
@JediPixels
@JediPixels 4 жыл бұрын
Thank you and I use Doodly at www.doodly.com/
@JediPixels
@JediPixels 4 жыл бұрын
ps: They also have a one time purchase price at www.doodly.com/onetime/offer-fb.php
@sharbelokzan9673
@sharbelokzan9673 4 жыл бұрын
@@JediPixels tnx a lot 🙌 Appreciate it
@kasandrop
@kasandrop 4 жыл бұрын
"Each widget is a build method with a build context that handles the location of the widget in the widget tree. The build context objects are actually element objects and an >>incentive>incentive
@kasandrop
@kasandrop 4 жыл бұрын
Replying to my question. Yes It is explained in the next part of the tutorial. Just the mystery word between >>
@JediPixels
@JediPixels 4 жыл бұрын
@@kasandrop The word is instantiation, meaning the creation of a real instance
@kasandrop
@kasandrop 4 жыл бұрын
@@JediPixels thank you very much. I would never guess that you say there instantiation. Now it gets some sense to me .
@JediPixels
@JediPixels 4 жыл бұрын
@@kasandrop I think my tongue got in the way when I was pronouncing it. :) Hehe...
Beginning Flutter - Dart Basics - Part 1
10:32
JediPixels
Рет қаралды 4,6 М.
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 34 МЛН
Stay on your way 🛤️✨
00:34
A4
Рет қаралды 22 МЛН
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 36 МЛН
Summer shower by Secret Vlog
00:17
Secret Vlog
Рет қаралды 12 МЛН
Flutter's Rendering Pipeline
54:11
Google TechTalks
Рет қаралды 110 М.
Top 12 Flutter Tips & Tricks
9:32
Fireship
Рет қаралды 266 М.
DSPy Explained!
54:16
Connor Shorten
Рет қаралды 55 М.
Dart in 100 Seconds
2:31
Fireship
Рет қаралды 851 М.
Masterclass: AI-driven Development for Programmers
8:49
Fireship
Рет қаралды 1,1 МЛН
Become a Flutter Developer! step-by-step guide
4:11
Codrut Erdei
Рет қаралды 89 М.
Flutter Hero Animations and PageRouteBuilder
20:15
JediPixels
Рет қаралды 14 М.
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 28 МЛН
ВАЖНО! Не проверяйте на своем iPhone после установки на экран!
0:19
ГЛАЗУРЬ СТЕКЛО для iPhone и аксессуары OTU
Рет қаралды 6 МЛН
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 3,1 МЛН
S24 Ultra and IPhone 14 Pro Max telephoto shooting comparison #shorts
0:15
Photographer Army
Рет қаралды 10 МЛН