Learn GetX Flutter & Build Shopping App | REST API PHP MySQL
- Description
- Curriculum
- FAQ
- Reviews
In this course you will learn Full Stack App Development using GetX Flutter. So you will learn professional app development using Flutter GetX State Management with PHP MySQL as Backend using XAMPP Server. And you will learn and build your own fully functional professional online clothes store app in this course.
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
GetX is a quick, stable, and light state management library in a flutter. GetX is not only a state management library but it is an ultra light, fast, reliable microframework for flutter which provides route management and dependency injection as well. Flutter is moving very fast and gaining a favorite place amongst developers.
A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services.
MySQL is a tool used to manage databases and servers, it’s widely used in relation to managing and organising data in databases. MySQL Cluster enables users to meet the database challenges of next generation web, cloud, and communications services with uncompromising scalability.
Xampp is Application server for hosting PHP website. Xampp contain built in installer of mysql database. Also it provides GUI for mysql. XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP programming languages.
PHP is an open-source server-side scripting language that many devs use for backend app development. It is also a general-purpose language that you can use to make lots of projects, including Graphical User Interfaces (GUIs).
-
17implement backend of signup a new user
-
18host user | php signup backend with flutter app using dart
-
19check & validate email part 1
-
20check & validate email part 2
-
21passing value from php by email found keyName to flutter app
-
22convert user data to json and communicate with server using api
-
23save new user record and get response from server using api
-
24complete signup user implementation and test the app
-
25Source Code of this Section
-
52create table for maintaing items records in mysql database
-
53third party imgur api connection create client id and client secret
-
54upload image to imgur using rest api and get response result data from api
-
55decode the data response from api and get image link from json response data
-
56Source Code of this Section
-
65get the top rated trending clothes items from database
-
66implement clothes model class
-
67get response and response data from mysql using rest api
-
68display new available top rated trending items part 1
-
69display new available top rated trending items part 2
-
70display new available top rated trending items part 3
-
71Source Code of this Section