First Flutter Application using Dart: PART-2 Flutter Tutorial for Beginners using Dart #1.4

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

What are the widgets in Flutter? How to design UI in Flutter? Let's explore how to make your UI more attractive by using Widgets in Flutter such as Center, Text, AppBar, Scaffold, MaterialApp, and Material. Also, apply a style to your Text widget using the TextStyle widget. Along the way, learn to change Screen Title and App title.

.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

your way of expression is excellent for the purpose each function, method, widget etc. on your source code tutorials thanks more, support just like this other junior programmers

halha
Автор

Sir first of all your tutorials are great thanks for that.
I have a question on line 17, 18 and 19 there are comma( , ) i executed the program with out it no error so is there any need of it or not please help me and if any one knew the answer please me.

saireddybonthu
Автор

Good Work sir please start a tutorial series of complete App development like Point of sale project etc .

techresonance
Автор

You are a great teacher Sir .I like your way of describing things with almost simplicity .just want to know from which country you belongs?

aryanchauhan
Автор

void main() => runApp(
MaterialApp(
title: "Hasnains first Flutter Appp",
home: Material(
color: Colors.red,
child: Center(
child: Text(
"HELLO WORLD",
textDirection: TextDirection.ltr
),
),
),
)
);




TITLE Is not showing on my app!

mhasnainadil
Автор

Small query regarding wallet.i have to integrate paytm wallet for some application .so please help me out to integrate paytm wallet for application.i will be waiting for your video

naveennani
Автор

SIR I ALways ru into a problem
There is gradle error in Windows
how do i fix it??

royalabhishek
Автор

dear! what is the shortcut in windows like ctl+R in mac to see detail properties

pilasatechnet
Автор

Sir, really liked videos.any more tutorials regarding flutter

sanjeevgupta
Автор

hello Sir.. Thanks for sharing your knowledge with us. What is the use of the MaterialApp() widget?

sonalimali
Автор

I am getting parameter format not correct error, but the app was working just fine few days back, please help me

vrajdesai
Автор

For those wondering why your hot reload isn't working. Nothing works in hot reload if you directly change inside the void main() function...

utkarshdubey
Автор

Thank you soo much.. i have to learn flutter as fast as I can. And Your videos are saviour.. thanks

ItsMePP
Автор

why my code text arrangement get disturb when i run my application in visual code studio
Help plz

AbbasAli-nmsu
Автор

Become fan of you Sir your teaching methodology is Awesome Love from Pakistan

FunnyFlicks
Автор

Mm.. I don't know why but I am writing the same code but my title is not displayed on emulator

iksharani
Автор

What is the difference between under material app title "My Flutter App" and under home scaffold title " My first App Screen"...It applying scaffold widget the first given title"My Flutter App" disappeared....Plz. described...

JK
Автор

Can you post this on reddit so you can get more views you definitely deserve it man!

Salehalanazi-
Автор

To add widget inside another widget need to use child, then how to use two widget inside one widget sir.

krishnakumarramachandran
Автор

I dont get the pop up hints. For example when he typed "Colors", he got a dozen colors which are eligible. Is there any way to turn this on.

shabeenahmed