GetX Flutter Shopping App Tutorial | PHP MySQL Backend Project | Full Stack Development Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2024
  • This is the video tutorial# 03 of Flutter GetX Shopping App with Backend (flutter clothing app) in PHP MySQLi using Client Server Architecture with flutter getx advanced state management. HTTP Post send request & receive request and much more you will learn in this course.
    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. REST stands for representational state transfer and was created by computer scientist Roy Fielding.
    Server Side:
    PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can access most common databases, including MySQL. PHP may be run as a separate program or compiled as a module for use with a Web server.
    Third party APIs:
    are APIs provided by third parties - generally companies such as Facebook, Twitter, or Google - to allow you to access their functionality via JavaScript and use it on your site. One of the most obvious examples is using mapping APIs to display custom maps on your pages.
    client-server architecture:
    client-server architecture, architecture of a computer network in which many clients (remote processors) request and receive service from a centralized server (host computer). Client computers provide an interface to allow a computer user to request services of the server and to display the results the server returns.
    #flutter #restapi #mysql #backend #php #webservice

ความคิดเห็น • 7

  • @mebawondwesen6158
    @mebawondwesen6158 2 ปีที่แล้ว +2

    Hi codingcafe i recently found your channel and wow i'm a fan ......can u make a working podcast app with it's own database and search engine ...if you don't have time for the atleast give me a hint on how i can make it using flutter

  • @MohammedUniverse
    @MohammedUniverse ปีที่แล้ว +1

    Future Builder, is not working this way for me, has it been updated or something so?!

    • @madmilitiangaming5694
      @madmilitiangaming5694 ปีที่แล้ว

      have you found how to counter this error?

    • @masqurulhasan5017
      @masqurulhasan5017 ปีที่แล้ว

      @@madmilitiangaming5694 just add future: null,
      Example:
      home: FutureBuilder(
      builder: (context, dataSnapShot)
      {
      return const LoginScreen();
      }, future: null,
      It means you are not waiting for anything specific to happen before building the user interface

    • @thienvule1659
      @thienvule1659 10 หลายเดือนก่อน +2

      change it to
      FutureBuilder(future: null, builder: (context, dataSnapshot) {
      return LoginScreen();
      }
      then the error should be gone

    • @maatazizi7004
      @maatazizi7004 5 หลายเดือนก่อน

      @@thienvule1659 but the page will be white blank

  • @Morshedislamchannel
    @Morshedislamchannel 2 ปีที่แล้ว +2

    Why you are posting short videos?😔😔
    Like 4 -5min!
    Its really disturbing! If you can post 15-20min video it will be far better