Monthly Archives: June 2021

Flutter & SQL

SQLite Database in Flutter

  If you are working on an application in which some API gives the same supposed low-level response again and again then at that time there is no need to hit the API every time. So, to overcome this we store that data in some storage for eg: we use SharedPrefs(For storing low-level data) at Continue Reading »

Flutter Payment

Flutter Payment Integration

Nowadays every business is coming online to reach their customers easily and also increase the number of customers. So, for working everything smoothly businesses are trying to make everything digital and then the payment method comes into play. Every business handles their customers by their website or by their mobile applications and if we talk Continue Reading »