Skip to content

ralvescosta/flutter_principles

Repository files navigation

STUDYING FLUTTER

  1. Dart Concepts. Ref

  2. Simple Todo App. Ref

  3. States Management

    1. Basic Concepts Ref
    2. Provider Ref
    3. MobX Concepts Ref
    4. MobX Ref
    5. Redux Ref
  4. Navigation

    1. Basic Concepts Ref
    2. Named Routes Ref
    3. Functions and Named Routes Ref
    4. Back navigation Ref
    5. Inherited Widget Ref
  5. Architecture:

    1. MVC, MVP e MVVM. Ref
    2. Architecture Ref
    3. Clean Architecture Ref