Felix

Results 6 comments of Felix

Well, I checked this issue and it's actually working as expected. A user can have a direct connection to a course, e.g. by creating or joining the course. Meanwhile he...

> We need to give the user a feedback if an account was found with the given email. @flowhorn we need to get this response out of the backend. Is...

I tried a little PR, currently I have issues with flutter 3.24 so I couldn't test it again when filing the PR, but this should work using dart:js_interop instead of...

I added a PR to integrate these models into the package. (https://github.com/leancodepl/arb_translate/pull/24) You can try it out directly using this command: `dart pub global activate --source git https://github.com/flowhorn/arb_translate.git`

Thank you, I tried it but apparently my solution won't work, The reason is the following: Error: `Function.toJS` requires a statically known function type, but Type 'Function' is not a...

I think for these cases you could use the next property instead of overrideNext etc. I added a PR which gives you the onPress-Logic for own Buttons: https://github.com/Pyozer/introduction_screen/pull/234