Project Structure! Flutter What's next? #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ค. 2022
  • Bridging the gap between Flutter tutorials and real-life coding can be hard if you don't have the tools. In this series, I am explaining What's next after you've read the official flutter documentation.
    I am talking about Flutter project and file structure, presenting how MVC can be integrated into Flutter and how it can help, and mentioning code generation with get_cli.
    You can find me on
    Twitter: / mynameiscoddy
    IG: / codrut.erdei
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Finally, someone who actually uses a framework and appreciates it rather than following the "hear say" and hating on it

  • @nedmelih
    @nedmelih 2 ปีที่แล้ว +3

    This was a pretty good run through! Thank you

  • @giaphucnguyennho6313
    @giaphucnguyennho6313 2 ปีที่แล้ว +1

    I love videos like this. Please do more!

  • @rtake5003
    @rtake5003 2 ปีที่แล้ว +3

    Providing great content, keep it up!

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

    Been waiting for this !

    • @codruterdei
      @codruterdei  2 ปีที่แล้ว

      Sorry 😅, it’s here now 😁

  • @fuvusion
    @fuvusion 11 หลายเดือนก่อน

    my second app I will do with MVC structure

  • @andreisas1621
    @andreisas1621 2 ปีที่แล้ว +4

    If you wrap the whole Scaffold inside the ChangeNotifierProvider, does it re-render the whole page UI or just what is inside the Consumer widget?

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

      Everything if you don’t use the child parameter of the consumer

  • @giacomoarienti
    @giacomoarienti ปีที่แล้ว

    Post the repo on github of this example, would be really useful 🙏🏻

  • @jitpackjoyride
    @jitpackjoyride 2 ปีที่แล้ว

    Is there a GitHub repo for this?

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

    I hope you make more videos about flutter.

    • @codruterdei
      @codruterdei  2 ปีที่แล้ว

      I will 😁

    • @YoshStd
      @YoshStd 2 ปีที่แล้ว +1

      @@codruterdei do you know any package to make floating bubble like messenger button?

    • @codruterdei
      @codruterdei  2 ปีที่แล้ว +1

      @@YoshStd not right now 😅

    • @andreisas1621
      @andreisas1621 2 ปีที่แล้ว

      @@YoshStd th-cam.com/video/fhkaDua0rhE/w-d-xo.html

  • @GeorgeGzirishvili
    @GeorgeGzirishvili 9 หลายเดือนก่อน +1

    This is too much manual work. Is there any way to do these things more efficiently using CLI tools, like you can in Ruby on Rails, Django, Laravel, etc.?

    • @codruterdei
      @codruterdei  9 หลายเดือนก่อน

      There are CLIs to help you with this, but they are highly opinionated and I prefer not to use them.

    • @GeorgeGzirishvili
      @GeorgeGzirishvili 8 หลายเดือนก่อน

      @@codruterdei, I know. That's unavoidable with any framework. But I'm just getting started and I don't have my own ways of organizing code. I don't know what works for me yet; I just want to get started.
      Can you point me to some of those CLI tools? Preferably to something that's somewhere in between organized and flexible. That is, by default, it's "opinionated", but I can still manually opt-out of its ways of doing things. Something simple but fully functional, like kickstart.nvim for Neovim (if you ever used it).

    • @GeorgeGzirishvili
      @GeorgeGzirishvili 8 หลายเดือนก่อน

      I found GetX and _get_cli._

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

    Great content, but man your explanations are sometimes as clunky as a 100 year old grandma hiking.
    Try to simplify what you say, like if you were explaining it to a twelve year old but in a smooth way

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

      I’ll try, I totally want the idea to get to you

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

    may you share your github repo for learning?

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

      I don't have one, but I'll try to come back with one.

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

    Gg