You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,9 @@
1
1
# Flutter Client PHP Backend
2
2
3
-
### App features will no longer work as https://hafinse.000webhostapp.com/ is deleted by the free hosting due to high usage. Do not create any issue related to that. If you are facing in problem in setting up feel free to mail me at [email protected]
4
-
5
3
## App Demonstrating the use of Flutter and PHP.
6
4
7
5
* App Logo Created Using [Logo Maker](http://logomakr.com)
8
-
* For Hosting used [000webhost](https://hafinse.000webhostapp.com)
9
-
10
-
##### Note if REST APIs used in the app are not working and you are getting following error https://imgur.com/a/AcbW5uh Then you have to use your own hosting(website) to test the app.
6
+
* For Hosting used [bingedev](https://bingedev.com/)
11
7
12
8
## Built With
13
9
@@ -31,7 +27,7 @@
31
27
* Create a table inside your database using [FlutterClientPhpBackend.sql](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/FlutterClientPhpBackend.sql)
32
28
* 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)
* Make sure to edit [DBOperations.php](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/DBOperations.php) and change following things -
37
33
@@ -40,7 +36,7 @@
40
36
private $db = 'your_database';
41
37
private $pass = 'your_password';
42
38
43
-
### Not Interested in doing above steps just clone this repo and use it as it is already hosted on Free Web Host 000webhost [hafinse](https://hafinse.000webhostapp.com)
39
+
### Not Interested in doing above steps just clone this repo and use it as it is already hosted [bingedev](https://bingedev.com/)
0 commit comments