Javier Bonilla
Javier Bonilla
I’m also having the same issue.
Deployment of custom Docker images would be a great addition to Appwrite. The installation of some Python packages require compilation of C/C++ code or the installation of external libraries. This...
Any progress on this? Thanks!
Hi @Silfalion, I had the same issue for Flutter web, I solved it using the [path URL strategy](https://flutter.dev/docs/development/ui/navigation/url-strategies). ```dart void main() { setUrlStrategy(PathUrlStrategy()); runApp(const MyApp()); } ``` To set the...
Ok, I've just realized that for that I should have used **MultiSelectController** 😅.