base_module 0.0.3
base_module: ^0.0.3 copied to clipboard
A utility package that is empowered with MVP and Provider state management structure.
base_module #
base_module is basically a utility package that helps the developer to easily create new screens and view within the application. The screens and view created with the base_utils functions, will be having the ability to maintain the state using provider as default.
This utility package is using MVP coding architecture which allows the developers to easily maintain their code and access instance of provider and context easily within the presenter without passing any reference to it.