Full Database of city state country available in SQL format. All Countries, States & Cities are Covered & Populated with Different Combinations & Versions. You can copy this sql queries and use it in your project Countries States Cities
Login customer via Webservice – Prestashop
I wrote an article a few days ago, in which using the webservice of Prestashop , how to use JSON in post method and put method. Prestashop Webservice In Post/Put JSON Data In the body Now in this article, I…
Best Way To Use SharedPreferences In Flutter
In Flutter’s mobile application, if we have to store some value permanently in the mobile device itself, while the user does not clear the data of the application, then our first choice is to use shared_preferences . We know that…
Flutter Common Errors
1 The argument type ‘String’ can’t be assigned to the parameter type ‘Uri’. Old Code Replace With http.get(String) http.get(Uri.parse(String)) http.post(String) http.post(Uri.parse(String)) and So On In your specific example, you will need to use Like This :- 2. The operator ‘[]’…
Prestashop Webservice In Post/Put JSON Data In the body
To Post/Put data Prestashop Web service uses XML. If you want to use JSON, you need to modify Webservice and convert JSON to XML or directly JSON to data. This article is on the same topic that how we will use…
HTML to PDF in Javascript using jsPDF
If you are looking for something that can create server side PDF easily then you are at right place. HTML to PDF in JavaScript’s jsPDF is easier than server-side implementation for PDF creation. PDF creation is one of the most…
PrestaShop error Invalid email/password combination
If you are also facing this problem while registering the user then you are at right place. Because in this article this problem is going to be solve This problem can be fixed by commenting condition check in file location.…
Get Current Location In Flutter
Hello friends, today in this article I am going to teach you how to get user’s current location in flutter. Its video tutorial is also on my YouTube channel, you can go by clicking here. For this I am going…
Flutter automation testing-Flutter Driver
Flutter is a new technology for mobile development which has a lot of potential. More and more developers are starting to use Flutter for app development. And the community is still growing. Sometimes it is difficult for developers to find…
PrestaShop Custom Registration Field
Hello friend I am going to teach you in this tutorial that if you want to add a new field in the registration form of PrestaShop,1.7 how can you do it . So for this I will add the phone…