КОМЕНТАРІ •

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

    Thank you for the video. Can you make a video explaining an already made code for a large app and explain how the files are separated and linked together.

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

    Hi, and how to transmit the model using GoRouter. I see how you pass a string, but how to do it with a "freezed" model with int, string, list ?

    • @widgetwisdom-ww5op
      @widgetwisdom-ww5op 6 місяців тому +1

      In GoRouter, you can typically transmit data between routes by passing parameters in the URL. However, GoRouter is primarily used for navigation within Flutter apps, the transmission of
      complex models like those defined with freezed isn't directly supported. But still you can use any of these below solution, By Converting Model to JSON/String, or by using Global State Management and Route Arguments,