get_mad 0.0.4
get_mad: ^0.0.4 copied to clipboard
Mad version forked from original GetX package 4.6.6.
Get Mad #
Get Mad is a customized version of the GetX package 4.6.6, designed to enhance the original functionalities while maintaining the core principles.
Documentation #
GetViewwidget can carry custom tags to be used with individual multiple instance GetX controllers.- Removed unnecessary features like
GetConnectorto improve performance. - Added Android native transition animation.
- Modified the default transition duration.
- Added
RxMadfor reactive programming.-
to use it do:
final RxMad observerForList = RxMad(); -
and in the widget do:
constroller.observerForList.value; -
to rebuild widget do:
observerForList.refresh();
-
For more comprehensive information, refer to the original GetX documentation.