{"id":15013893,"url":"https://github.com/harsh159357/flutter_client_php_backend","last_synced_at":"2025-08-20T03:31:49.984Z","repository":{"id":246735892,"uuid":"135759931","full_name":"harsh159357/flutter_client_php_backend","owner":"harsh159357","description":"Sample app demonstrating usage of Flutter Framework to Create Android \u0026 IOS App Using Rest API Created In PHP","archived":false,"fork":false,"pushed_at":"2020-05-31T20:06:01.000Z","size":2905,"stargazers_count":183,"open_issues_count":1,"forks_count":86,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-07T10:21:44.707Z","etag":null,"topics":["android","change-password","dart","dialog","flutter","heart","hosting","hostinger","ios","login","php","postman","register","rest-api","sample-app","sql","star","web-services"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harsh159357.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-01T20:20:43.000Z","updated_at":"2024-07-31T07:56:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e29e61e-e4fa-4412-9c48-f97201e13871","html_url":"https://github.com/harsh159357/flutter_client_php_backend","commit_stats":null,"previous_names":["harsh159357/flutter_client_php_backend"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh159357%2Fflutter_client_php_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh159357%2Fflutter_client_php_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh159357%2Fflutter_client_php_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh159357%2Fflutter_client_php_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harsh159357","download_url":"https://codeload.github.com/harsh159357/flutter_client_php_backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230388131,"owners_count":18217755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","change-password","dart","dialog","flutter","heart","hosting","hostinger","ios","login","php","postman","register","rest-api","sample-app","sql","star","web-services"],"created_at":"2024-09-24T19:44:54.167Z","updated_at":"2024-12-19T06:10:02.975Z","avatar_url":"https://github.com/harsh159357.png","language":"Dart","readme":"# Flutter Client PHP Backend\n\n## App Demonstrating the use of Flutter and PHP.\n\n* App Logo Created Using [Logo Maker](http://logomakr.com)\n* For Hosting used [bingedev](https://bingedev.com/)\n\n## Built With\n\n* [Flutter](https://flutter.io) - Cross Platform App Development Framework\n\n## Screenshots\n\n\u003cdiv id=\"images\" style=\"#images {\n    white-space: nowrap;\n}\"\u003e\n\u003cimg src=\"screenshots/Splash.png\" alt=\"Splash\" width=\"150\" height=\"300\"\u003e\n\u003cimg src=\"screenshots/Home.png\" alt=\"Home\" width=\"150\" height=\"300\"\u003e\n\u003cimg src=\"screenshots/Login.png\" alt=\"Login\" width=\"150\" height=\"300\"\u003e\n\u003cimg src=\"screenshots/Registration.png\" alt=\"Registration\" width=\"150\" height=\"300\"\u003e\n\u003cimg src=\"screenshots/Change_Password.png\" alt=\"Change Password\" width=\"150\" height=\"300\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n## How to use this App.\n* Host the sample included inside [phpbackend](https://github.com/harsh159357/flutter_client_php_backend/tree/master/phpbackend) on preffered web hosting\n* Create a table inside your database using [FlutterClientPhpBackend.sql](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/FlutterClientPhpBackend.sql)\n* If you are using your own website just edit the following constant inside [constants.dart](https://github.com/harsh159357/flutter_client_php_backend/blob/master/lib/utils/constants.dart)\n\n      static const String API_BASE_URL = \"https://bingedev.com/\";\n\n* Make sure to edit [DBOperations.php](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/DBOperations.php) and change following things -\n\n    private $host = 'your_host';\n    private $user = 'your_user_name';\n    private $db = 'your_database';\n    private $pass = 'your_password';\n\n### Not Interested in doing above steps just clone this repo and use it as it is already hosted [bingedev](https://bingedev.com/)\n\n\n## Features Implemented\n* Splash\n* Login\n* Registration\n* Change Password\n\n## Things you can learn through this project -\n* Navigation Between Pages.\n* Performing Operations in Background Thread.\n* Network Requests.\n* Serializing and DesSerializing JSON.\n* Dialogs and SnackBar.\n* Custom Progress Dialog.\n* Rest API Integration.\n* Store and Retrieve values from Shared Preference.\n\n### Its Android CounterPart [Click Here](https://github.com/harsh159357/android_client_php_backend)\n\n### If you are aware of [Postman](https://www.getpostman.com/) you can use [Postman Collection](https://www.getpostman.com/collections/80394d2fc7c2aed05cc5) for Rest API used in this repo\n\n## Helping Hands for this project\n\n* https://flutter.io/\n* https://pub.dartlang.org/packages/flutter_launcher_icons\n* https://pub.dartlang.org/packages/shared_preferences\n* https://pub.dartlang.org/packages/http\n* https://pub.dartlang.org/packages/json_serializable\n* https://flutter.io/json/#creating-model-classes-the-json_serializable-way\n* https://flutter.io/json/\n* https://flutter.io/cookbook/networking/fetch-data/\n* https://flutter.io/cookbook/\n\n\n### :heart: Found this project useful?\nIf you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.\n\n### Last But not Least\nThere are still some things which are pending in this project make a pull request to improve this project or suggest an idea\nto improve this project further by raising issues.\n\n### Project Maintained By\n\n# [Harsh Sharma](http://bit.ly/githarsh)\n\nAndroid Developer\n\n\u003ca href=\"http://bit.ly/stackharsh\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/stackoverflow-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e\n\u003ca href=\"http://bit.ly/lnkdharsh\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e\n\u003ca href=\"http://bit.ly/harshfb\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/facebook-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e\n\nLicense\n-------\n\n    Copyright 2018 Harsh Sharma\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh159357%2Fflutter_client_php_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharsh159357%2Fflutter_client_php_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh159357%2Fflutter_client_php_backend/lists"}