Hello,
I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : https://appwrite.io/blog/post/announcing-dart-flutter-runtimes
The problem is that when pushing a function, only its folder is uploaded to build it and dart fails to retrieve the workspace of the parent pubspec and fails with the following error:
Found a pubspec.yaml at /usr/local/build. But it has resolution workspace.
But found no workspace root including it in parent directories.
Whats the good approach here? Thanks!
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...