Hussain Humdani
Hussain Humdani
  • 38
  • 423 249
Flutter Stepper Widget - Easy Tutorial
Learn how to use Flutter Stepper widget.
Source Code - bit.ly/3xr8Mxu
Ultimate tutorial for beginners.
If you have any question. Please write in the comments!
Переглядів: 12 766

Відео

Bottom Navigation Bar | Flutter Step by Step Tutorial with Example
Переглядів 44 тис.2 роки тому
Learn how to use flutter official bottom navigation bar tutorial. A step by step guide to use bottom navigation bar. This is a flutter tutorial for beginners. If you have any question. Please write in the comments!
Flutter: How to Copy Text To Clipboard? - Copy & Paste
Переглядів 4,8 тис.3 роки тому
Learn how to copy and past in flutter using clipboard. Not by using package, instead we user flutter functionality to manage the copy process of string inside text field. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter: How To Add Custom Fonts (TTF) & Google Fonts?
Переглядів 3,1 тис.3 роки тому
We use Google Fonts package and also use a .ttf file base font in the flutter beginners tutorial. How To Add Custom Fonts in Flutter | Flutter Google Fonts We add custom fonts in this flutter beginners tutorial. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter: How to Add Share Image Feature?
Переглядів 2,4 тис.3 роки тому
Learn how to share image in IOS and android in flutter. We use flutter share plugin which represent share intent in flutter app. You can share to any platform by using this package. If you have any question. Please write in the comments!
Flutter: How to Add a Date Picker?
Переглядів 2,8 тис.3 роки тому
Simple tutorial about flutter date picker widget. Learn how to show date picker the easy way. If you have any question. Please write in the comments! #Flutter #Tutorial #HussainHumdani
Open Flutter Drawer on Pressing AppBar OR Button | Flutter Open Drawer Programmatically
Переглядів 15 тис.3 роки тому
Learn how to open drawer by clicking AppBar inside Flutter. We also create an action icon button which will open the drawer programmatically. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter Text Overflow SOLUTION | Flutter Text Overflow
Переглядів 32 тис.3 роки тому
Text widget with longer text inside the Row widget will produce text or row overflow Error. We solve this overflowed by pixels error by using expanded widget inside row. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter: How to Exit App Using ElevatedButton onPressed?
Переглядів 4,4 тис.3 роки тому
Learn how to exit flutter app programmatically using a button on android and IOS. On IOS we use Exit 0. This flutter tutorial code terminate your app and back to the home page. If you have any question. Please write in the comments! #Flutter #Tutorial #HussainHumdani
Flutter Direct Phone Call | Flutter Direct Call | Flutter phone_direct_caller
Переглядів 20 тис.3 роки тому
Learn how to make direct phone calls and also launch the default phone launcher using Url Launcher. This flutter tutorial will solve your app calling problem. Call any phone number. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
How To Override the “Back” button in Flutter | WillPopScope Widget | Flutter Override Back Button
Переглядів 14 тис.3 роки тому
Override bottom navigation bar back button in flutter and show warning or alert message. When user press exit then exit the app, basically we handle the android device back button with willpopscope widget. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter Create Hyperlink - Convert Text to Clickable Link
Переглядів 4 тис.3 роки тому
How to create a HTML href like link in flutter for web. We create a hyperlink by using flutter Link widget from url_launcher to preview website in browser. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter Read Text File From Assets
Переглядів 11 тис.3 роки тому
Reading txt files from the assets in flutter app. Local text files are useful to store text strings. We fetch that string in this video. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter: How to Dismiss Keyboard on Tap, on Scroll & when Touched outside?
Переглядів 9 тис.3 роки тому
Flutter dismiss keyboard when touched outside of TextField and when scroll down in a scrolling ListView. We us Flutter focus node for hiding keyboard on scroll or on tap. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
Flutter: IgnorePointer VS AbsorbPointer
Переглядів 1,4 тис.3 роки тому
IgnorePointer and AbsorbPointer are flutter widgets which help flutter developer to ignore touch events in app. We use both widgets to disable touch events in a sample app. #Flutter #Tutorial #HussainHumdani If you have any question. Please write in the comments!
How to Format DateTime in Flutter
Переглядів 14 тис.3 роки тому
How to Format DateTime in Flutter
Flutter: How to create Expandable List or ExpansionTile
Переглядів 2,5 тис.3 роки тому
Flutter: How to create Expandable List or ExpansionTile
Flutter Dropdown Button Tutorial - Dropdown Menu Item List | Flutter Dropdown List
Переглядів 17 тис.3 роки тому
Flutter Dropdown Button Tutorial - Dropdown Menu Item List | Flutter Dropdown List
How to Add Two ListView() Inside a Column() in Flutter | Listview Inside Column/Row
Переглядів 14 тис.3 роки тому
How to Add Two ListView() Inside a Column() in Flutter | Listview Inside Column/Row
No Material Widget Found Error Solution in Flutter
Переглядів 7 тис.3 роки тому
No Material Widget Found Error Solution in Flutter
Flutter - How to Display Image from URL | Internet | Network | Flutter Display Image from Path
Переглядів 13 тис.3 роки тому
Flutter - How to Display Image from URL | Internet | Network | Flutter Display Image from Path
Passing Data Between Screens in Flutter | Flutter Pass Data from One Page to Another
Переглядів 9 тис.3 роки тому
Passing Data Between Screens in Flutter | Flutter Pass Data from One Page to Another
How to create an Alert Button in Flutter - RFlutter Alert | Flutter Alertdialog
Переглядів 2,9 тис.3 роки тому
How to create an Alert Button in Flutter - RFlutter Alert | Flutter Alertdialog
Flutter: How to make Text Selectable & Copyable?
Переглядів 1,4 тис.3 роки тому
Flutter: How to make Text Selectable & Copyable?
Flutter Space | How Give Space Between Two Widgets in Flutter
Переглядів 7 тис.3 роки тому
Flutter Space | How Give Space Between Two Widgets in Flutter
Show / Hide Widgets in Flutter Programmatically
Переглядів 23 тис.4 роки тому
Show / Hide Widgets in Flutter Programmatically
Flutter Launcher Icon Change | How to Change App Launcher Icon in Flutter
Переглядів 7 тис.4 роки тому
Flutter Launcher Icon Change | How to Change App Launcher Icon in Flutter
How to Remove Back Button on the App Bar in Flutter | Back Button Appbar
Переглядів 13 тис.4 роки тому
How to Remove Back Button on the App Bar in Flutter | Back Button Appbar
Flutter Get context in initState and didChangeDependencies Method
Переглядів 15 тис.4 роки тому
Flutter Get context in initState and didChangeDependencies Method
How to Add Borders to a Widget in Flutter
Переглядів 9 тис.4 роки тому
How to Add Borders to a Widget in Flutter

КОМЕНТАРІ

  • @HashimKan-ht6dz
    @HashimKan-ht6dz 12 годин тому

    Mere sath lelo na jod ko buuul jaw yy

  • @HashimKan-ht6dz
    @HashimKan-ht6dz 12 годин тому

    Mere ko kab add karo gyyyy

  • @HashimKan-ht6dz
    @HashimKan-ht6dz 12 годин тому

    NovaxHashu apky sath me friend hun yrrr

  • @HashimKan-ht6dz
    @HashimKan-ht6dz 12 годин тому

    NovaxHashu req karlen

  • @HashimKan-ht6dz
    @HashimKan-ht6dz 12 годин тому

    Next my room

  • @HashimKan-ht6dz
    @HashimKan-ht6dz 12 годин тому

    Me next me kelonga leken pora room live pe Hunga

  • @baharkhan2064
    @baharkhan2064 18 годин тому

    good job

  • @Meminnnnnnn
    @Meminnnnnnn 21 день тому

    Finally I know yet why I can't create one bottom item. It should be 2 or more..

  • @shoaibshaikh3651
    @shoaibshaikh3651 Місяць тому

    thanks

  • @canalqialto4770
    @canalqialto4770 Місяць тому

    Amazing tutorial! 0 dislikes in 2 years really shows how convenient this video is!

  • @christianakrouche2216
    @christianakrouche2216 Місяць тому

    Great tutorial!

  • @gamerxxxx2057
    @gamerxxxx2057 2 місяці тому

    when i start my app no icon showing , what is the problem ?

  • @Asafo-AdjeiJensenKwekuSedem
    @Asafo-AdjeiJensenKwekuSedem 2 місяці тому

    Pure gold!

  • @raruviji8612
    @raruviji8612 2 місяці тому

    Can we create our own custom UI for in call? Rather redirecting to default dialer

  • @thc8706
    @thc8706 3 місяці тому

    thank you, I do succesfully!

  • @luanassis9842
    @luanassis9842 3 місяці тому

    Thank you!

  • @SAURABHYADAV-wk6wh
    @SAURABHYADAV-wk6wh 4 місяці тому

    If use without app bar will pop scope show when press device back button

  • @holriz
    @holriz 4 місяці тому

    Great video, very helpful.

  • @bawagrafix
    @bawagrafix 4 місяці тому

    Incomplete concept clear

  • @shamkhattak-p9x
    @shamkhattak-p9x 4 місяці тому

    love teaching method

  • @ankitakumari343
    @ankitakumari343 5 місяців тому

    The ElevatedButton widget has replaced RaisedButton in Flutter. The ElevatedButton class has a default style with a background color and elevation. When pressed, the button's material elevation increases

  • @GouravBaghel-ik6nm
    @GouravBaghel-ik6nm 5 місяців тому

    Thank you

  • @edilsonroque6691
    @edilsonroque6691 5 місяців тому

    Thaaaaank you so much my friend

  • @vicyoslinuxofficial2607
    @vicyoslinuxofficial2607 6 місяців тому

    Thank you so much!!!!

  • @abiodunosagie
    @abiodunosagie 6 місяців тому

    Thankyou bro.

  • @thushankalana4940
    @thushankalana4940 6 місяців тому

    Thank you😊

  • @СулейманКеримов-з7з
    @СулейманКеримов-з7з 7 місяців тому

    Thanks my Indian bro, follow and like from me

  • @jjss6717
    @jjss6717 7 місяців тому

    Unused import problem how to solve sir 😢

  • @OtabekXushvaqtov-bj6tw
    @OtabekXushvaqtov-bj6tw 7 місяців тому

    Assalomu alaykum.Sorry can you tell me how much time you spent learning flutter

  • @farehadev
    @farehadev 7 місяців тому

    how to change the stepper color?

  • @jjss6717
    @jjss6717 7 місяців тому

    Can we create componets as react native and import in main.dart file in flutter sir ?

  • @OtabekXushvaqtov-bj6tw
    @OtabekXushvaqtov-bj6tw 7 місяців тому

    nice informaniton, thank you Hussain

  • @Khangraphics01
    @Khangraphics01 7 місяців тому

    Thank you 😊

  • @ezz_dev
    @ezz_dev 7 місяців тому

    Expanded makes it wors

  • @3omarm7amad14
    @3omarm7amad14 8 місяців тому

    when i build show dialog responsiv by mediaquery siz its ok but if i put a responsiv container inside it i have problem in sizes ..how ican fix it

  • @Vipinkarma.s
    @Vipinkarma.s 8 місяців тому

    thanks bro❤

  • @anmolsharma9539
    @anmolsharma9539 8 місяців тому

    Hi Bro awesome tutorial, My usecase is little different I want my text to be confined to 1 line but I want it to display fully, do not want to cut or ellipsize, the way I want is to reduce the font size how is it possible?

  • @sidharthkumar1499
    @sidharthkumar1499 8 місяців тому

    How the line from the stepper

  • @thamizh_from_pondy1973
    @thamizh_from_pondy1973 9 місяців тому

    if exit(0) shouldn't used , then what should we use for exiting the app in ios Flutter

  • @ShahanGhani-m1c
    @ShahanGhani-m1c 9 місяців тому

    Brother i am developing video call voice call and chat with Django as Backend so plzz can you you guide me that backend and db is just to store usernames and their history messages while all other thing will be just handled by flutter?

  • @developerbs
    @developerbs 9 місяців тому

    Thank you so much for informative video. Love from Türkiye.

  • @ayabahmedkhan2354
    @ayabahmedkhan2354 9 місяців тому

    you made it very easy but please give little explaination while using widget etc ,

  • @yachnakothekar9652
    @yachnakothekar9652 9 місяців тому

    it is not working

  • @Mahmoudery
    @Mahmoudery 9 місяців тому

    Insightful

  • @mamadpoison
    @mamadpoison 9 місяців тому

    thank you so much for your good vidoe

  • @StanislavKutsenko-d9h
    @StanislavKutsenko-d9h 9 місяців тому

    thanks. your video helped me! Good job!

  • @economis411
    @economis411 10 місяців тому

    Tq

  • @HieuCaoTrung-rs2gt
    @HieuCaoTrung-rs2gt 10 місяців тому

    thank you so much, u save my life

  • @carklikafa
    @carklikafa 10 місяців тому

    There are 10 names in my text file. A name to a line... how can i just get the name in 5. line ? for example: 1. Alex 2. Jasmin 3. Ali 4. Leo 5. Jack //----> just get this name 6. Omar 7. Ronaldo 8. Messi 9. Chris 10. Joe

  • @neza_salton
    @neza_salton 10 місяців тому

    What is the vs code extension that shows those line blocks on each widget Sir?