Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh159357/flutter_client_php_backend
Sample app demonstrating usage of Flutter Framework to Create Android & IOS App Using Rest API Created In PHP
https://github.com/harsh159357/flutter_client_php_backend
android change-password dart dialog flutter heart hosting hostinger ios login php postman register rest-api sample-app sql star web-services
Last synced: about 1 month ago
JSON representation
Sample app demonstrating usage of Flutter Framework to Create Android & IOS App Using Rest API Created In PHP
- Host: GitHub
- URL: https://github.com/harsh159357/flutter_client_php_backend
- Owner: harsh159357
- License: apache-2.0
- Created: 2018-06-01T20:20:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T20:06:01.000Z (over 4 years ago)
- Last Synced: 2024-12-07T10:21:44.707Z (about 2 months ago)
- Topics: android, change-password, dart, dialog, flutter, heart, hosting, hostinger, ios, login, php, postman, register, rest-api, sample-app, sql, star, web-services
- Language: Dart
- Homepage:
- Size: 2.77 MB
- Stars: 183
- Watchers: 16
- Forks: 86
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Flutter Client PHP Backend
## App Demonstrating the use of Flutter and PHP.
* App Logo Created Using [Logo Maker](http://logomakr.com)
* For Hosting used [bingedev](https://bingedev.com/)## Built With
* [Flutter](https://flutter.io) - Cross Platform App Development Framework
## Screenshots
## How to use this App.
* Host the sample included inside [phpbackend](https://github.com/harsh159357/flutter_client_php_backend/tree/master/phpbackend) on preffered web hosting
* Create a table inside your database using [FlutterClientPhpBackend.sql](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/FlutterClientPhpBackend.sql)
* 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)static const String API_BASE_URL = "https://bingedev.com/";
* Make sure to edit [DBOperations.php](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/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](https://bingedev.com/)
## 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](https://github.com/harsh159357/android_client_php_backend)
### 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
## Helping Hands for this project
* https://flutter.io/
* https://pub.dartlang.org/packages/flutter_launcher_icons
* https://pub.dartlang.org/packages/shared_preferences
* https://pub.dartlang.org/packages/http
* https://pub.dartlang.org/packages/json_serializable
* https://flutter.io/json/#creating-model-classes-the-json_serializable-way
* https://flutter.io/json/
* https://flutter.io/cookbook/networking/fetch-data/
* https://flutter.io/cookbook/### :heart: Found this project useful?
If you found this project useful, then please consider giving it a :star: 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](http://bit.ly/githarsh)
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 athttp://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.