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?