Skip to content
目录

vs code Use flutter

1.install vs code

2.vs code install flutter plugin

  • Flutter plugin

  • Or search the plugin store for an installation

  • install Flutter plugin

  • After the installation is complete, please restart vs code

  • enter vs code Execute shortcut key Ctrl+Shift+P input flutter Check whether the installation is successful

  • If search succeeds Flutter The following screen will appear

  • Create project

  • Entry selection Flutter: New Project The following screen will appear

  • Create project

  • Select Application Enter the following interface project storage path to see where you feel

  • Create project

  • When you create a project after entering a directory, the current is automatically loadedFlutter SDKThe version of the package required is not down please technology online

  • After the creation is successful, the figure is shown

  • Create project

  • Execute startup project flutter run You'll see the version run

  • Create project

  • Just select the serial number

  • If you want to project weak update, press F5 to open debugging and select the corresponding environment of your choice to achieve weak update

  • Create project

Contributors