Flutter, Provider, GetX

Instead of using Provider package, can GetX be used to achieve the same result, given that the latter seems easier to understand and follow?

@paristocode of course! You can use any state management library you want.

Provider is just to help you get started.

My personal favorite is bloc library

1 Like