Chapter 8: Using GetX, GetIt, and Binder to Update the Cart Application
In this chapter, we will be looking into how to create a cart application using the following approaches, which were studied in the previous chapters:
- GetX
- GetIt
- Binders
We will be going through all the concepts and code snippets discussed in Chapter 5, Executing Distinctive Approaches like GetX, GetIt, and Binder. We are going to create the same screens we created in the previous chapter but with an updated technique. So, technically the output of every technique will be the same (a cart application where you can add/remove items from the cart) but with entirely different code running behind each technique.
By the end of this ...
Get Managing State in Flutter Pragmatically now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.