Should I use Flutter state management packages for my own custom package?

69 Views Asked by At

I have been working on a custom multi-page Flutter package that uses the camera to take images and videos to upload on the server, I feel my code is starting to get messy as I have used methods with SetStates all over the place.

Should I use lightweight state management packages like Provider or it's better to keep my package less dependent on third-party state management packages?

0

There are 0 best solutions below