Open AmineLAHRIM opened 3 years ago
I have the same problem , Theme.of (context) is ok to switch, but only part of the UI is updated when using Get.context or Get.theme in widget style
@jonataslaw this is the bug that make me not update to the latest version please kindly help
I have the same problem. Theme.of(context) will let current widget depend on _InheritedTheme,so Theme changing will update the widget. But Get.theme doesn't use the current widget context.
@jinguoliang yeah correct i use context. instead of Get. and working fine
After Updating from get: 4.3.4 👉 get: 4.3.5 Switch Theme Issue from the system or programmatically the app don't rebuild again to affect UI switch colors for example
you can check this simple repo project 👉 https://github.com/AmineLAHRIM/flutter_amine_examples
I tested all versions the bug started appearing on 4.3.5 exactly and still until the latest version (4.5.1)