#12 - Button and Its type

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • Source Code : bit.ly/flutter...
    Gradient outline button : bit.ly/flutter...
    Amazon India Affiliated Link:
    Please use below link to support my channel
    bit.ly/amazon_...
    Also you can support via Paypal using
    bit.ly/paypal_...
    Thank you
    #CodeAndroid #Flutter

КОМЕНТАРІ • 16

  • @AdityaSharma-if1kn
    @AdityaSharma-if1kn 2 роки тому +8

    I am an indian myself but dude from where you are getting this funny accent?

    • @anaghavk4581
      @anaghavk4581 Рік тому

      India has various languages and different accents. If u don't know this u r not an Indian i think

  • @ygpointoffun9418
    @ygpointoffun9418 2 роки тому +1

    very usefull thank you so much

  • @shatiswaranvigian9349
    @shatiswaranvigian9349 Рік тому

    Nice one

  • @aacasd
    @aacasd Рік тому

    Well Done!

    • @aacasd
      @aacasd Рік тому

      You explained everything really well. There are a few things that have changed in 2yrs but the core concepts are well explained in this video. Thanks for doing this. Enunciation, grabs attention but it was informative, and entertaining! Please don't be bothered by comments.

  • @emilioyepez1811
    @emilioyepez1811 3 роки тому +5

    Really ussefull, but men, how hard to get that accent!

    • @issamzriouil9324
      @issamzriouil9324 3 роки тому

      I was thinking the same thing ! thank you for the video btw

  • @simdetailspakistan16
    @simdetailspakistan16 Рік тому

    how many times do you wamt botton
    = yes

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

    Plz do new codes in VS 2024

  • @Nr-fs4fb
    @Nr-fs4fb Рік тому

    How did you get the gradient outline button

    • @CodeAndroid
      @CodeAndroid  Рік тому

      Watch the video fully. I have explained about that. You can download the file from here : bit.ly/33Ny2yS

  • @adityalochan5482
    @adityalochan5482 Рік тому

    The RaisedButton is not working can you help me sir

    • @CodeAndroid
      @CodeAndroid  Рік тому

      RaisedButton is deprecated. So you need to use ElevatedButton instead. For more info read : docs.flutter.dev/release/breaking-changes/buttons

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

    yeah you made the button but what happens when you click it, where do you write the code for the logic that the button does?

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

      onPressed will get triggered when you click the button. So you need to write your logic inside onPressed.