Flutter Tutorial - Flutter Scoped Model

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ต.ค. 2024

ความคิดเห็น • 28

  • @unyimedan
    @unyimedan 5 ปีที่แล้ว +3

    This is the first video that I’ve understood on Models. And I love the way she went about the UI. #womenInTech.

  • @Satyashodhak99
    @Satyashodhak99 4 ปีที่แล้ว

    Nice voice....this video helped me a lot to understand flutter concepts.........

  • @amansinghal9672
    @amansinghal9672 5 ปีที่แล้ว +1

    Great Thanks for teaching.

  • @fouad_alshamy
    @fouad_alshamy 5 ปีที่แล้ว +2

    Thank you for this tutorial .. you'r amazing ❤

  • @SHamOOnCOOL
    @SHamOOnCOOL 3 ปีที่แล้ว +1

    What different with Provider?

  • @xogum70
    @xogum70 5 ปีที่แล้ว +1

    Fantástico...you are amazing!!!

    • @whatsupcoders
      @whatsupcoders  5 ปีที่แล้ว

      Thanks Wellington, Appreciate it

  • @endrefidje5698
    @endrefidje5698 5 ปีที่แล้ว +1

    Good tutorial. Stuck in the code missing to implement functionality on the "Donate more" button as well ;-). Will be using this example for ref. if I come across a future project that implements a "Scoped Model" scheme.

    • @whatsupcoders
      @whatsupcoders  5 ปีที่แล้ว +1

      Thanks Endre, Well I wanted to keep the video simple and straight just covering the scoped Model. Definitely there are loads of possible options like "payment page appearing" or " Personal Details" page when clicked on "Donate more" button.

  • @colourhairskullyrics
    @colourhairskullyrics 5 ปีที่แล้ว

    Wouldn't the entire widget subtree of the UI container rebuild on every update to the scoped model instance, considering that the scoped model has the entire UI code as it's child?

  • @materialapp
    @materialapp 5 ปีที่แล้ว +2

    Good tutorial, one question though - why is the scoped model globally instantiated?

    • @sezzed5663
      @sezzed5663 5 ปีที่แล้ว

      I think this will answer your question: th-cam.com/video/WgLW38VSEVc/w-d-xo.html

  • @allanmassahud
    @allanmassahud 4 ปีที่แล้ว

    Thank you !

  • @mizhiyill
    @mizhiyill 5 ปีที่แล้ว +1

    Good one,
    Can u make a detailed tutorial json pasing with flutter. All available tutorials are just basics.

    • @whatsupcoders
      @whatsupcoders  5 ปีที่แล้ว

      Thanks Theniya, I have a video related to JSON parsing here is the link th-cam.com/video/DaeYeAiF3UU/w-d-xo.html

  • @ziasultan8157
    @ziasultan8157 5 ปีที่แล้ว +1

    Thank you for this tutorial. Please make videos on redux and block also

    • @whatsupcoders
      @whatsupcoders  5 ปีที่แล้ว +1

      Thanks Zia. I will its in the Queue

  • @ndahood2526
    @ndahood2526 4 ปีที่แล้ว

    its to amazing can you help me i have currently value increment what to do?
    void main() {
    var num1 = (75.88).round();
    var num2 = 80;
    var res = 0;

    res = num1+num2;
    print("Addition: ${res}");

    res = num1-num2;
    print("Subtraction: ${res}");

    }

  • @AvinashSingh-nq5ud
    @AvinashSingh-nq5ud 5 ปีที่แล้ว +2

    Thank you very much.Please teach about bloc pattern

  • @mrpakravian
    @mrpakravian 5 ปีที่แล้ว +1

    Great

  • @SafdarAliShah_TimeTraveler
    @SafdarAliShah_TimeTraveler 5 ปีที่แล้ว +1

    Nice video ..But Again i will say Font Size... Please...

  • @feyroozcode
    @feyroozcode 4 ปีที่แล้ว

    GOod Please create a video for FLutter app sharing text message with whatsapp by specific phone number

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 5 ปีที่แล้ว +1

    Find source code here... github.com/wackyapps/flutter_scoped_model_01