|
Is forui compatible with getx framework? That means, is it possible to wrap forui widgets with a main widget GetMaterialApp from the getx package and all other functionalities from getx? Thank you very much! |
Answered by
Pante
Jan 8, 2025
Replies: 1 comment
|
I don't use GetX but looking at their docs it seems to be a thin wrapper around |
0 replies
Answer selected by
Pante
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't use GetX but looking at their docs it seems to be a thin wrapper around
MaterialApp. I'm not certain what "all other functionalities from getx" entails, but you should still be able to access their bindings/functionalities as Forui doesn't really interfere with Material & we have our own theming.