Git Product home page Git Product logo

flutter_client_php_backend's Introduction

Flutter Client PHP Backend

App Demonstrating the use of Flutter and PHP.

Built With

  • Flutter - Cross Platform App Development Framework

Screenshots

Splash Home Login Registration Change Password

How to use this App.

  • Host the sample included inside phpbackend on preffered web hosting

  • Create a table inside your database using FlutterClientPhpBackend.sql

  • If you are using your own website just edit the following constant inside constants.dart

    static const String API_BASE_URL = "https://bingedev.com/";
    
  • Make sure to edit DBOperations.php and change following things -

    private $host = 'your_host'; private $user = 'your_user_name'; private $db = 'your_database'; private $pass = 'your_password';

Not Interested in doing above steps just clone this repo and use it as it is already hosted bingedev

Features Implemented

  • Splash
  • Login
  • Registration
  • Change Password

Things you can learn through this project -

  • Navigation Between Pages.
  • Performing Operations in Background Thread.
  • Network Requests.
  • Serializing and DesSerializing JSON.
  • Dialogs and SnackBar.
  • Custom Progress Dialog.
  • Rest API Integration.
  • Store and Retrieve values from Shared Preference.

Its Android CounterPart Click Here

If you are aware of Postman you can use Postman Collection for Rest API used in this repo

Helping Hands for this project

❤️ Found this project useful?

If you found this project useful, then please consider giving it a on Github and sharing it with your friends via social media.

Last But not Least

There are still some things which are pending in this project make a pull request to improve this project or suggest an idea to improve this project further by raising issues.

Project Maintained By

Harsh Sharma

Android Developer

License

Copyright 2018 Harsh Sharma

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

flutter_client_php_backend's People

Contributors

harsh159357 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.