Open omnigenous opened 4 months ago
Will come eventually.
Trying to run the app on my Arch Linux system threw these errors and the application didn't show anything.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPlatformDirectoryException(Unable to get application documents directory)
#0 getApplicationDocumentsDirectory (package:path_provider/path_provider.dart:122)
<asynchronous suspension>
#1 HiveX.initFlutter (package:hive_flutter/src/hive_extensions.dart:12)
<asynchronous suspension>
#2 main (package:Mirarr/main.dart:15)
<asynchronous suspension>
Looking this up in similar projects revealed that the app depends on the xdg-user-dirs
package, and installing it worked.
Reference: https://github.com/flutter/gallery/issues/979#issuecomment-1693361972
Edit: This is a duplicate of #22 , this info needs to be added to README.md
I made a quick
PKGBUILD
The package is built, can be installed but when run the screen is black and there is an error message
Reason, if I understood correctly, is that the install directory is not writable. If interested I can improve the
PKGBUILD
.Edit: package() was not correct