Marcel Garus
Marcel Garus
If I understand that correctly, you want to have multiple Marquees on top of each other? That should work if their height is constrained, for example by putting them inside...
It doesn’t currently support that. If you find time to implement this yourself, feel free to file a PR so that others can benefit from this as well. See #23...
Sadly, that's not possible. If you just want to display multiple messages one after another, you can of course separate them with spaces, but I suppose you also want to...
Yeah, that would require a major re-architecture of the widget. ☹️ See #23 for more details
Your `Row` is probably wrapped inside another widget that gives its children unbounded horizontal space. Like another `Row` or a horizontal `ListView`. You should handle those cases as well. If...
Interesting. I actually can't reproduce this – it works for me (this is the example application from the `example` directory with your widget as the body):  Can you maybe...
This should work by just executing `./build-apk` once you're in the `app` folder – the `build-apk.sh` is an executable script file. In rare cases (if you're using a more exotic...
Of course, we'll still have to fix that error. The code seems fine, but we'll probably wait for the new version of the `flutter_downloader` package, which I'm currently working on.
You can make an HTTP GET request to `/schools/`. Then, you should get a JSON back that contains a "name" field.
Yes, this happened a lot. I think we fixed it in https://github.com/hpi-schul-cloud/schulcloud-flutter/pull/334 – and an even more comprehensive PR for error handling is in the works at https://github.com/hpi-schul-cloud/schulcloud-flutter/pull/337. Either way,...