description |
---|
This page documents a collection of resources to help you troubleshoot an AppFlowy installation. |
Flutter Web / Android / iOS is not supported yet. Please switch to macOS or other supported devices.
2. Package do not exist in [email protected]:appflowy/flutter-quill.git for flutter-quill
Q: When try to get package for appflowy in pubspec.yaml. it says i dont have access or package does not exist in [email protected]:appflowy/flutter-quill.git for flutter-quill.
Steps to reproduce the behavior:
- get packages from pubspec.yaml
- it shows error says does not have access to package
A:
Check this : https://stackoverflow.com/questions/2643502/git-how-to-solve-permission-denied-publickey-error-when-using-git
Q: How to use sql-data.json
https://github.com/AppFlowy-IO/appflowy/blob/main/backend/sqlx-data.json
A: Check the offline mode section:
https://docs.rs/sqlx/0.4.0-beta.1/sqlx/macro.query.html
A: https://opensource.com/article/19/7/create-pull-request-github
Q: Hello, when I run app with vs code&android&mac m1, it gave error:
ArgumentError (Invalid argument(s): Failed to load dynamic library 'libdart_ffi.so': dlopen failed: library "libdart_ffi.so" not found)
A: Are you trying to build for android? Appflowy only supports desktops as of now
Q: I follow the BUILD_ON_LINUX.md and failed on step 10 cargo make --profile development-linux-x86 flowy-sdk-dev
To Reproduce Just follow the BUILD_ON_LINUX.md
A: There are some issues in protobuf generation of appflowy on linux. If you skip that step, you can get it working. Protobuf has already been generated and is tracked in the repository. So it will work without regeneration as of now.