How to clear flutter desktop app data like flutter mobile app

344

I was able to fix this in Linux by deleting the flutter_app_directory found in ~/.local/share/<flutter_app_name>

Similar actions can be found in Windows and MacOS

Share:
344
Dev94
Author by

Dev94

Updated on December 28, 2022

Comments

  • Dev94
    Dev94 over 1 year

    i'm working on flutter desktop app and i want to clear app database, Like as we do on mobile, we go to app settings and clear cache and data, to reset app settings. Likewise i want to do the same with desktop app. Can anyone help me how to do that?

    Thanks