WordPress+Flutter development APP tutorial: 2. Create a project

illustrate

This section of the tutorial will teach you how to use Android Studio to create an APP

Table of contents

illustrate

start

1. Open Android Studio, and click to create a new flutter project as follows:

2. Select the flutter SDK location

3. Fill in the basic information of the APP

4. Run the project

Summarize

Table of contents 


start

1. Open Android Studio, and click to create a new flutter project as follows:

2. Select the flutter SDK location

There will be a flutter sdk location by default here (if you have correctly installed the flutter environment and configured the environment variables)

Click Next

3. Fill in the basic information of the APP

Finally click Finish, you can see the following interface

4. Run the project

If your development environment is installed properly, you will see the following devices in the upper right corner:

A few device descriptions

  1. Chrome (Web): Google Chrome
  2. macOS desktop: mac os desktop (I am an Apple system, yours may not be this or not)
  3. xxx(mobile): My mobile phone (need to be plugged into the mobile phone to see it)

Finally, select the device and click the green run icon button to run it on the device you selected.

Summarize

As long as you have correctly installed the flutter development environment, there will generally be no problems in this step. Of course, if you have problems in this step, you can leave a message under this section.

Tutorial directory​​​​​​ 

​​​​​​​​WordPress +Flutter development APP tutorial: 1. Description – WordPress Code Base 

Source code warehouse address: https://gitee.com/sliver-ring/sliver-wp-flutter

 

Guess you like

Origin blog.csdn.net/qq_22502303/article/details/125164655