python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
PDF File is not downloading when using Dio in Flutter
I created a Pdf viewer screen and I added a button which should download the PDF from the URL when it's pressed. I display the pdf from an URL, it is displayed correctly but the download function is n...
Razvan Andrei
Votes: 0
Answers: 0
How to start a countdown timer when app is initialized
A jwt is generated from the backend after user logs in. The Token only lasts for 60secs before expiry. I want the token to refresh in 10secs to expire. I want a timer that will countdown from Token ti...
MElochukwu
Votes: 0
Answers: 0
Change content-type in Dio request
Please tell me how can I change content-type of my request with Dio? I am trying to change it by adding contentType: Headers.formUrlEncodedContentType into options but it looks like to no avail.
My co...
Kosh
Votes: 0
Answers: 1
Flutter Web on Firebase hosting refused to make API Calls
I have a Flutter Web application that I have deployed on Firebase Hosting.
I have a Django backend that I have deployed on an EC2 instance and is running on http.
I have CORS enabled in the backend, t...
Femn Dharamshi
Votes: 0
Answers: 0