Flutter Nightlabx Code Standard Extention
Implementation of Nightlabx Code Standard Extention are created to the way to :
Features
ControllerThe Controller module represents the logic of data flow within the application. It is the middle layer between the Repo and Screen layers. The Controller is responsible for updating the pipe when the data changes. DataThe Data module defines the IO logic of the application. This module must have a Repository the source data can be various and send data to Controller. ScreenThe Screen module represents entry point of route and page of current app. TestThe Test module are place for current module unit, widget and integration test. WidgetThe Widget module are place for current module widgets. |