App state data limit

I am creating an app that is purely offline and I am storing all the data with data types and app state.

The problem is that I also want to show images, to show these images I am using a string data type (which is a base64 image) that is then converted to an image using a custom widget.

The problem is that as I add images to the base64 app state, I get this error:

App State Config:

The total size of all default App State variable values ​​cannot exceed 100 kB.

From what I understand, there is no limit to the data you can add to the app state, why am I getting this error? does anybody know how I can fix it?

2
4 replies