Chapter 5: Executing Distinctive Approaches Like GetX, GetIt, and Binder
In the previous chapter, we studied state management approaches adopted from the React framework, which included Redux and MobX.
In this chapter, we will discuss some distinctive state management approaches that are relatively simpler, easier, and require less understanding of the underlying architecture. We will learn about GetX, GetIt, and Binder to manage states in Flutter. We will also look at how these approaches are utilized in code with actual implementations. We will look into the following in this chapter:
- GetX – simplified reactive approach
- GetIt – no BuildContext required
- Binder – separation of concerns
This chapter is going to build up your understanding ...
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.