The Best Flutter Architecture Patterns Explained

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

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

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

    Thanks Tyler, this is very helpful. can’t wait to finish watching later! 👍

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

    yaaay another videooo, lets gooooo

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

    Recently came across your tech startup from scratch series and subbed. I dig the flutter focus and tutorials that I will eventually work through.
    I do have a question though, are you planning on doing the paperwork side of things too? Filing for LLC, bank accounts and management, etc..

    • @TylerCodes
      @TylerCodes  2 месяца назад +1

      We won't be doing any of the business/legal stuff in this series. I did consider it but my viewers are all based around the world so it won't be very helpful since this process varies from country to country. I do plan on covering this topic in my other series tho that has a more business focus,

  • @paulosoares8626
    @paulosoares8626 18 часов назад

    Hello from Brazil, thanks for the tutor, let me know could you shared the source code please ?

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

    🔥

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

    Do you use Riverpod Providers as dependency injection outside the screens?

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

      Yes, the providers get injected (from another provider). Not sure if that answers your question, but the open mic series has this laid out in full. Source code is also available to my members!

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

    Do you have some github that demonstrates this?

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

      I have clean architecture covered in a series (Serverpod Clean Architecture) as well as the feature-based architecture covered in the Open Mic series. I think many of my smaller scale videos use the layered approach.