reduced 0.4.1 reduced: ^0.4.1 copied to clipboard
Unified facade for the basic features of state management frameworks.
examples for the 'reduced' package. #
counter_app #
Counter demo app implemented with 'reduced' API and 'reduced_bloc' implementation as an example of how to use the 'reduced' package.
example/counter_app
counter_app_with_selective_rebuild #
Counter demo app with selective rebuild implemented with 'reduced' API and 'reduced_setstate' implementation as an example of how to use the 'reduced' package.
example/counter_app_with_selective_rebuild
shopper_app #
Porting the 'Shopper' sample application from the Flutter documentation using the 'Provider' state management framework via the 'reduced' API and the 'reduced_provider' implementation as an example of how to use the 'reduced' package.
example/shopper_app