WordPress+Flutter development APP tutorial: 1. Description

Table of contents

illustrate

source code statement

Prepare

Table of contents


illustrate

This tutorial is a WordPress+flutter development tutorial. The focus of this tutorial is mainly on the flutter side , and does not include the interface development on the WordPress side. Please note.

But this site has prepared a complete set of WordPress API plug-ins for children's shoes who started this tutorial. If necessary, please move to: sliver-wp-api

At the same time, this set of tutorials will be based on this plugin. Of course, as long as you are familiar with flutter development, the API interface you use is the same.

source code statement

The source code (flutter side) of this set of tutorials will be pushed to the code cloud GIT warehouse . At the same time, the final source code and finished products of this set of tutorials will be used for commercial sale, so if you are studying privately, you can download it locally for packaging and viewing , but if You use it for any commercial activities (open source is not easy, writing tutorials is not easy, I hope everyone understands each other), please move to buy: sliver-wp-app

  1. In order to facilitate your reading and follow-up, the key points in each section will be annotated in the source code and marked with the section name, please note
  2. Each release on Code Cloud is created after each section update, please note

Prepare

There are many tutorials on the Internet for the following preparations (Berry also has videos), you can Baidu by yourself, so I won’t say more.

  1. Complete Android Studio development environment
  2. Complete flutter environment
  3. Install a WordPress website
  4. Install and enable the sliver-wp-api plugin and the sliver-wp-app plugin in the WordPress background (such as using the official API)

Table of contents

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/125164460