2.13 - Custom Reusable Widgets in Flutter - Bonus Video - 2023

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 30

  • @CodingwithT
    @CodingwithT  2 года назад

    Watch the complete playlist of Flutter Crash Course
    ruclips.net/p/PL5jb9EteFAODi35jPznP37hnR2sTHOOTU

  • @layagodfrey2768
    @layagodfrey2768 2 года назад +4

    I have really learnt alot from u.Thank u

    • @CodingwithT
      @CodingwithT  2 года назад

      You wrlcome dear! I'm glad it's helpful

  • @tedluvbishop9865
    @tedluvbishop9865 Год назад

    you are the best.. i have learnt so much from you. more blessings

  • @cassiomachado93
    @cassiomachado93 Год назад +1

    For what I've seen, is better to make a widget than extract a method, it enhances performance because Flutter understands more about when build things again than when you utilize the component as a method

  • @geraldinkaba5329
    @geraldinkaba5329 Год назад

    Waouh 😮😮😮 the perfect DRY

  • @kameshvinayaka
    @kameshvinayaka 2 года назад +2

    Great stuff bro thanks for sharing , i have one request bro how to implement navigation service withour any context and with out getx also , i need a navigation service that can be use in some api service when it unauthroised directly need to navigate globally at one place

    • @CodingwithT
      @CodingwithT  2 года назад

      Thank you.
      You can create your own for that but I think you'll have to pass Context.
      To do the navigation on unauthorized I'll suggest you to read streams as when sign out or unauthorized state stream state will be change and will be unsubscribed to stream then your required action will automatically be performed.
      I hope it helps ☺️

  • @sale7680
    @sale7680 Год назад +1

    Really best vid thanks 💙

  • @levyashvin
    @levyashvin Год назад +2

    great vid

  • @zihnin
    @zihnin 2 месяца назад

    You are amazing

  • @thesdadhanneldsadas
    @thesdadhanneldsadas 2 года назад +3

    Hi can you create a video where the app has several languages, for example I want my app to be on English when I click on English button and when I click on German language I want my text in the app to change in German language.
    Great work btw

    • @CodingwithT
      @CodingwithT  2 года назад +1

      Thank you dear and a Great suggestion. I'll definitely keep it in my list for the new upcoming E-Commerce app playlist.

    • @SportsChannelMadrid9
      @SportsChannelMadrid9 2 года назад +1

      @@CodingwithT if possible use JavaScript language and empty activity

  • @redwanahmedfahim7028
    @redwanahmedfahim7028 2 месяца назад

    Walakiumussalam Wa Rahmtullah ❣

  • @debendraprasadsahu9912
    @debendraprasadsahu9912 2 года назад +1

    can u give us tutorial for retrofit mysql operation
    btw thanks for giving such content

    • @CodingwithT
      @CodingwithT  2 года назад +1

      I'll try to create that as soon as possible. Added in the list.
      And Thank you 😊

  • @ahsansyed4146
    @ahsansyed4146 2 года назад

    Keep up the good work bhai : ) Api's integration ki series kb start kary gy ?

    • @CodingwithT
      @CodingwithT  2 года назад

      Thank you bhi. I've a huge list but I'm planning it as well. 🤠😃

  • @fortechknowledge8172
    @fortechknowledge8172 2 года назад

    thank you so much

  • @anguinan
    @anguinan Год назад +1

    it's OK when reusing common stuff but what about logic? for example handling taps? I think flutter is not doing a good job with those kinds of things, for example, you want to reuse a widget X, in some cases taping on it navigates to another place of the app, and in some cases just does anything else. It's the same list view but placed in different places of the app.

    • @CodingwithT
      @CodingwithT  Год назад +1

      Dear you can send onPressed events uniquely for each case. So your taps can easily be handled.
      You can use VoidCallback onPressed; variable and receive its value in the constructor like any other value.

  • @dangerouscoder3455
    @dangerouscoder3455 2 года назад +1

    sir make videos in handi

    • @CodingwithT
      @CodingwithT  2 года назад +1

      I'll try to make course in it also