I want to start by expressing my gratitude to the author for excellent work in enabling code push functionality.
The plugin has proven to be incredibly valuable for our Flutter projects, making the app update process smoother and more efficient on design part.
While the eval plugin currently supports the use of BuildContext, I would like to kindly request the addition of support for InheritedWidget.
ChangeNotifier is a widely used mechanism for managing state in Flutter applications. By enabling InheritedWidget support, we can ensure that the ChangeNotifier implemented within the eval plugin can seamlessly communicate state changes to the entire widget tree, simplifying complex state management scenarios.
InheritedWidget is also invaluable for maintaining global configurations or settings within an app. With this support, developers can use eval to dynamically update and distribute these configurations throughout the app.
Looking for any updates or solutions regarded InheritedWidget use through eval.
This will be a significant enhancement that would make the plugin even more versatile and beneficial to the Flutter community.
I want to start by expressing my gratitude to the author for excellent work in enabling code push functionality.
The plugin has proven to be incredibly valuable for our Flutter projects, making the app update process smoother and more efficient on design part.
While the eval plugin currently supports the use of
BuildContext, I would like to kindly request the addition of support forInheritedWidget.ChangeNotifier is a widely used mechanism for managing state in Flutter applications. By enabling InheritedWidget support, we can ensure that the ChangeNotifier implemented within the eval plugin can seamlessly communicate state changes to the entire widget tree, simplifying complex state management scenarios.
InheritedWidget is also invaluable for maintaining global configurations or settings within an app. With this support, developers can use eval to dynamically update and distribute these configurations throughout the app.
Looking for any updates or solutions regarded InheritedWidget use through eval.
This will be a significant enhancement that would make the plugin even more versatile and beneficial to the Flutter community.