base_module 0.0.2
base_module: ^0.0.2 copied to clipboard
This is a utility package that allows the developers to maintain their project structure easily. Use of this packages enables the power of MVP architecture and Provider as your default state managemen [...]
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.