Get network files to local and view, play on Flutter.
Tag: flutter
REST API Calls in Flutter using Dio
How to make Flutter REST API calls using Dio? GET and POST calls with headers.
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?
Barcode and QR Reader in Flutter
Flutter, being a fast growing platform for building cross platform applications (Web, iOS, Android) has things to explore every other day. Recently I was working to build a fairly simply application for a client that uses the camera to read QR Code and then via a web service validate the QR Code. You would find … Continue reading Barcode and QR Reader in Flutter
Flutter Google Maps and Location
Google Maps in Flutter with current location and fetch user selected location.