Flutter With PHP Backend
Flutter With PHP Backend
Introduction -------------------------------------------------------------------- 1
Recruiter -------------------------------------------------------------------- 2
Introduction:
Page | 1
Recruiter:
FLOW CHART:
Location Previous Mode of Payment Terms and Top five skills Work
Experience conditions authorization
Front-End: Flutter
Page | 2
FRAMEWORK:
Routing
User Request
Controller
Model Data
View
base
BASIC FLOWCHART
Step 1: Create the Data base for the app with the required tables and columns:
Step 2: Connect the Data base with the app with php script. Create two files one for connecting to the
data base and on for querying the data. And for the remaining CRUD operation we can create the
files in PHP Script. Establish a connection by providing the local host, username and password of data
base.
Step 3: Create a getData.php file to query the data from table by including the connection file .And
also Converting the rows into Json format as the flutter dart files accepts the json format.
Step 4: Create the environment variable and perform the CRUD operations of the flutter code. Display
the data on the UI by PHP Rest API.
Page | 3