Daniele De Rosa
Daniele De Rosa
Thanks for this thread, i also need the possibility to define an optional $token parameter. > we managed to fix this in the meantime by creating an own class: @johannesnagl...
Thanks @TorstenDittmann for your feedback! Greetings from Saarbrücken :-)
I'm facing the same issue. This behavior not appears if we pass a constant Widget in the `showCupertinoModalBottomSheet` builder. So this will work: ``` CupertinoScaffold.showCupertinoModalBottomSheet( context: context, expand: true, backgroundColor:...
Hi @ThPadelis, thanks for your contribution! Does the generation of frontend.css and admin.css work for you?
Hi @ThPadelis, thanks for the fast response! Cloning the original repo, the generation of frontend.css and admin.css does not work. No error messages, but also no css files generated. As...
I can confirm this. Did you find a workaround for this, @prasadkirpekar?