Part 2: Connecting UI with Business Logic
In this part, you will learn how to take your apps beyond a beautiful UI by efficiently connecting them to business logic. We will explore which patterns are used in the Flutter framework and how they impact our choice of state management solutions. We will look at various approaches, from vanilla state management to third-party tools, and explore their benefits and limitations. This experience will help us make informed decisions. Moreover, we will learn how to implement efficient navigation in our applications.
This part includes the following chapters:
- Chapter 3, Vanilla State Management
- Chapter 4, State Management Patterns and Their Implementations
- Chapter 5, Creating Consistent Navigation