Raised Button and Alert Dialog Widget ( popup dialog ) | Flutter Tutorial using Dart #2.6

  Рет қаралды 75,871

Smartherd

Smartherd

Күн бұрын

Пікірлер: 45
@akashkumardas6521
@akashkumardas6521 6 жыл бұрын
When I got your video tutorial notification.. I feel awesome...
@darish155
@darish155 6 жыл бұрын
Me too...
@smartherd
@smartherd 6 жыл бұрын
made my day
@shrutigarg3966
@shrutigarg3966 3 жыл бұрын
same here... Its awesome tutorial..
@karthickrajalearn
@karthickrajalearn 5 жыл бұрын
In 2m 10 sec onPressed : null Thanks for Showing that Problem 👍👍👍 In 3m 34sec Thanks for Explaining purpose of Elevation 👌👌👌👌
@muhammadjunaid3684
@muhammadjunaid3684 2 жыл бұрын
Much Better
@heathertoledo1261
@heathertoledo1261 4 жыл бұрын
Thanks for the help!
@RaiMuhammadArslan786
@RaiMuhammadArslan786 3 жыл бұрын
RaisedButton(depracated) to ElevatedButton return Container( child:ElevatedButton( child:Text("Book your Flight"), style: ElevatedButton.styleFrom( primary: Colors.deepOrange, // foreground ), onPressed: (){ bookFlight(context); }, ) );//container
@wasih19
@wasih19 2 жыл бұрын
Bro i face some problems...when I navigate to another page through the dialog box button.....the navigation bar disappears please reply
@alsaamit
@alsaamit 6 жыл бұрын
i still didn t understand what is a difference between write context alone and write context with buildcontext .. can you help and i m still beginning in coding thank you
@DelowarHossain
@DelowarHossain 6 жыл бұрын
I cannot get the term clearly (BuildContext context) can anyone please explain?
@ajaypyatha8004
@ajaypyatha8004 5 жыл бұрын
i am also having the same problem.
@mastercheetos4422
@mastercheetos4422 5 жыл бұрын
I'm having the same problem, i've read some articles but they didn't helped.
@rishabhsharma3821
@rishabhsharma3821 5 жыл бұрын
BuildComtext is the datatype and context is tha name of variable i guess.
@VIKASHKUMAR-cs2sf
@VIKASHKUMAR-cs2sf 5 жыл бұрын
It's the children that uses their context to request their parent's info.
@omprakashchauhan970
@omprakashchauhan970 4 жыл бұрын
@@VIKASHKUMAR-cs2sf right answer
@shumailasami2277
@shumailasami2277 6 жыл бұрын
One ques suppose I'm developing an ecommerce app using woocommerce api so in this app need to implement admin section???
@SAGskills
@SAGskills 4 жыл бұрын
flutter looks like hard ... than android studio java for android .. and than swift xcode... should we must learn flutter or should learn seprate android dvelpmt by jav and studio and x code with swift???
@vatsalgadhiya2072
@vatsalgadhiya2072 4 жыл бұрын
whenever i hot restart or hot reload image will be gone it will show only when i restart the app any solution for that?
@dev.faizan
@dev.faizan 4 жыл бұрын
How to show dialogue without pressing button I mean when app open it automatically show dialogue on home screen
@vzhen
@vzhen 5 жыл бұрын
Why alert dialog is so complicated in flutter compare to react native?
@solomon5050
@solomon5050 3 жыл бұрын
I think "RaisedButton" is now depricated and don't know to use "elevatedbutton' in place of it. bcoz, color and other properties are not working.
@juancharrascasromalv5221
@juancharrascasromalv5221 4 жыл бұрын
thenk you, you help a lot, a great tutorial
@wardatulmadinah7543
@wardatulmadinah7543 3 жыл бұрын
my button widget give eror why ???
@PriyanshuRaj-oc4tk
@PriyanshuRaj-oc4tk 4 жыл бұрын
@Smartherd please reply to the comments here. I have a question but many people asked it and you didn't replied to any one of them.
@hoggish
@hoggish 4 жыл бұрын
hi will you be doing on firebase with flutter too ?) I love these courses dude)
@Aspizy
@Aspizy 5 жыл бұрын
where is the last preview, your code is not working.
@ramiyarcs8817
@ramiyarcs8817 2 жыл бұрын
RaisedButton (changed) to ElevatedButton return ElevatedButton( style: ElevatedButton.styleFrom( primary: Colors.deepOrange, // foreground ), onPressed: () { bookFlight(context); }, child: const Text("Book your Flight") ); //container
@nasirabbas5909
@nasirabbas5909 3 жыл бұрын
Now "Raised Button" Cannot work it convert into Elevation Button
@kosal_sean
@kosal_sean 4 жыл бұрын
thanks so much sir
@krishnakumarramachandran5888
@krishnakumarramachandran5888 6 жыл бұрын
Super Sir 👌
@SeraphimTech_io
@SeraphimTech_io 6 жыл бұрын
Thx bro very good
@smartherd
@smartherd 6 жыл бұрын
Welcome
@MrDania101
@MrDania101 5 жыл бұрын
thank you
@shrutigarg3966
@shrutigarg3966 3 жыл бұрын
Sir please make a advance tutorial of this....
@ahmednaboot2155
@ahmednaboot2155 5 жыл бұрын
thanks bro
@abderrazzakzahir168
@abderrazzakzahir168 4 жыл бұрын
great
@senfukaraymondwilson9736
@senfukaraymondwilson9736 5 жыл бұрын
IDEs should be used in DARCULA!!!!
@mohanbarman5982
@mohanbarman5982 5 жыл бұрын
build context shi se samaj nhi aya bhai
@yepitsarif
@yepitsarif 3 жыл бұрын
abh samajh mein aagaya?
@TheRizse
@TheRizse 5 жыл бұрын
Buildcontext part is hard to understand..
@adskiygamer
@adskiygamer 5 жыл бұрын
This answer helped me out with this stackoverflow.com/questions/54480937/what-does-context-of-widget-buildbuildcontext-context-mean-in-flutter
@SagarSagar-ro3fj
@SagarSagar-ro3fj 5 жыл бұрын
Muuuuch betar 😂
Flutter: Simplify Your Code | Reusable Dialog
10:34
Robert Brunhage
Рет қаралды 20 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,7 МЛН
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 85 М.
Flutter for the JS Developer
13:43
Fireship
Рет қаралды 397 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 1 МЛН