Javier Bonilla

Results 5 comments of Javier Bonilla

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** 😅.