| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 = "http://hafinse.pe.hu";
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';
Check out the repo make a pull request, raise issues and give a star if it's helpful.
If you found this project useful, then please consider giving it a ⭐ on Github and sharing it with your friends via social media.
Android Developer
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.
| Back | FazBrowse Home | New Git URL |