Section 3:Code-Level Implementation
In this section, you will see how to build a shopping cart application in Flutter using all the approaches defined in the previous section.
This section includes the following chapters:
- Chapter 6, Creating a Shopping Cart Application Using Basic Approaches
- Chapter 7, Manipulating a Shopping Cart Application through BLoC, Provider, and React-Based Approaches
- Chapter 8, Using GetX, GetIt, and Binder to Update the Cart Application
- Chapter 9, Comparative State Management Analysis: When to Use What?