Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MNC Flutter Code StandardNew to Visual Studio Code? Get it now.
MNC Flutter Code Standard

MNC Flutter Code Standard

MNC Innovation Center

|
761 installs
| (0) | Free
Helper of MNC flutter code standard for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter MNC Code Standard Extention

Helper of MNC flutter code standard for VSCode

Extention are created to the way to :

  • Simplify and Unified way of structure code
  • Ease to write
  • Minimize the learning curve

Features

  • Module Generator
    • With Repository
  • Widget File Creator

Module Generator

### Module

Architecture

Controller

The 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.

Data

The 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.

Repository

The Repository defines responsibility in managing external resources like APIs, databases, or local storage within the code structure. Its main job is to bridge the gap between the Controller (the application's logic) and these external resources

Screen

The Screen module represents entry point of route and page of current app.

Test

The Test module are place for current module unit, widget and integration test.

Widget

The Widget module are place for current module widgets.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft