ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.49k stars 154 forks source link

README: install xdg-user-dirs for flutter_gallery #352

Closed orange-kao closed 7 months ago

orange-kao commented 9 months ago

Running flutter_gallery on Raspberry Pi OS Lite may end up with MissingPlatformDirectoryException(Unable to get application documents directory)

Install "xdg-user-dirs" package can avoid it.

ardera commented 7 months ago

Sorry, I accidentally merged master into your branch. I'll close this bc I don't want the merge commit in my master branch but I cherry-picked your commit directly onto master: f9bf05383fd24413592a52255f3be9e1fe03b86e

Thanks for the fix!