Production grade Flutter Architecture with Riverpod

Поделиться
HTML-код
  • Опубликовано: 13 июл 2023
  • Github Repo :
    github.com/dartbucket/flutter...
    email us :
    dartbuckets@gmail.com
    In this tutorial, we will learn how to architect a Flutter project. We will cover topics such as:
    Creating a clean and organised project structure
    Using state management to keep your code DRY
    Building reusable components
    By the end of this tutorial, you will have a solid understanding of how to architect a Flutter project that is easy to maintain and extend.
    Here are some of the benefits of architecting your Flutter project correctly:
    Easier to maintain: A well-architected project is easier to maintain because it is easier to understand and navigate.
    Easier to extend: A well-architected project is easier to extend because it is easier to add new features and functionality.
    More efficient: A well-architected project is more efficient because it is easier to debug and optimise.
    Better performance: A well-architected project can perform better because it is easier to optimise for performance.
    If you are serious about building great Flutter apps, then it is important to learn how to architect your projects correctly. This tutorial will give you a solid foundation on which to build your skills.
    #flutter #tutorial #android #vscode #google #fluttertutorial #fluttertutorialforbeginners #fluttertutorial2023
  • НаукаНаука

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

  • @roninspect4357
    @roninspect4357 7 месяцев назад +2

    i use that structure, feeling relieved that other developer also adopting this structure.

  • @moammarqaddafi4858
    @moammarqaddafi4858 6 месяцев назад +1

    This looks great

  • @yooscripts5947
    @yooscripts5947 8 месяцев назад +1

    Useful video thanks

  • @KyoYamamoto-rc5jp
    @KyoYamamoto-rc5jp 8 месяцев назад +1

    Good content

  • @rijvanahmad8272
    @rijvanahmad8272 11 месяцев назад +2

    Good job Sir

  • @nipunshah1373
    @nipunshah1373 7 месяцев назад +1

    +1 for custom architecture.
    Just few doubts :-
    1. model aint also belong to respective features ?
    2. the api implementation should be somewhere else out of core, as it is external things (ie Infra) ?

    • @roninspect4357
      @roninspect4357 7 месяцев назад +2

      maybe because same model can be used for different feature

    • @dartbucket
      @dartbucket  7 месяцев назад

      Well you can definitely make separate API implantations depending upon use case. This architecture works well as long you're having simple GET, POST, PUT and DEL requests.
      For models you can put them their respective features dir if it's a bigger project.

  • @mandarkhandagale4367
    @mandarkhandagale4367 3 месяца назад +1

    Nice Architecture bro. Just one doubt can we have a model class folder at feature level??

    • @dartbucket
      @dartbucket  3 месяца назад +1

      Yes you can. That's all up to you. Whatever makes development easier and robust.

  • @roninspect4357
    @roninspect4357 7 месяцев назад

    an fully functional API based app with that architecture would be great

    • @dartbucket
      @dartbucket  7 месяцев назад

      Thanks! super excited to know what you're building ✌️

    • @hurbangash1302
      @hurbangash1302 Месяц назад

      @@dartbucket he is asking you to make tuts

  • @shadyarbzharothman8689
    @shadyarbzharothman8689 5 месяцев назад

    Is there any resource that I can learn this architecture for riverpod from?

  • @vasanthmn
    @vasanthmn 8 месяцев назад

    code is not working

    • @dartbucket
      @dartbucket  8 месяцев назад

      Please connect with me
      instagram @dartbucket