xip
xip

Reputation: 2682

Where is Flutter app data located on macOS

Where can I find my app's data, such as cache, temp, preferences, databases, etc. on macOS?

I would like to clear this data to reset my app.

On Android, this can be done from an app's settings page by clicking the "Clear data" button.

Upvotes: 4

Views: 1105

Answers (1)

xip
xip

Reputation: 2682

~/Library/Containers/your-app-name

Tip: Open Finder, CMD + Shift + G, paste ~/Library/Containers, Go.

Upvotes: 8

Related Questions