How to make Flutter REST API calls using Dio? GET and POST calls with headers.
Blog
How to call RESTAPI in ERPNext?
At some point during the implementation, you may need to integrated some sort of 3rd party tool in your version of ERPNext. Fear not because they have it available, as they say "Batteries Included". For this article, I would be using Postman for calling their APIs. Like every normal APIs, we have GET, POST, PUT … Continue reading How to call RESTAPI in ERPNext?
How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?
For many of the app developers, you may not use your server for storage purposes where you make your API calls. It could be because the storage is expensive, the load on the server would be more when you would like to stream videos or you are using a server less (functions) technology. For such … Continue reading How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?
How to download files in Flutter? And read.
From now and then, you might be building an app where you need to download a file or two from the internet, store it locally and then display it on the phone. Let's say, a chat application would require the videos, images, audios for that purpose. What to do then? Flutter has the capability to … Continue reading How to download files in Flutter? And read.
Custom Progress Dialog in Flutter with timer to dismiss.
Custom Progress Dialog in Flutter with Timer to dismiss.
How to make a Custom Dialog for Rating in Flutter?
Flutter, being growing choice for many developers now a days has yet many things to be explored about. Today, I would like to display how you can have a Custom Dialog in Flutter? I don't need to go to the basics of setting up your flutter project. I am assuming you have one already running. … Continue reading How to make a Custom Dialog for Rating in Flutter?
Entity Framework Core Database First to Code Model
Entity Framework Core Database First Approach to a Model
How to setup Windows Server? Part 3: SQL Server
If you are a non-techy or do not want the headache, I can offer to install it for you. You can just put a comment on this post or reach me out on Twitter at @ghulamostafa. We have our Windows Server up and running (Part 1) with IIS (Part 2). It is time to install … Continue reading How to setup Windows Server? Part 3: SQL Server
How to setup Windows Server? Part 2: IIS
If you are a non-techy or do not want the headache, I can offer to install it for you. You can just put a comment on this post or reach me out on Twitter at @ghulamostafa. Now that we have our server up and running, from Part 1, we would need IIS for actually hosting … Continue reading How to setup Windows Server? Part 2: IIS