Posts

Showing posts from January, 2024

Flutter won't build project inside exFAT file system

Because exFAT doesn't support symbolic link which somehow used by dart toolchain which makes it fails to build. There is an issue on github too.  https://github.com/flutter/flutter/issues/76668