Welcome to my Flutter Network tutorial series. In this series, you will learn how to download the file using Dio package in the Flutter.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
⏱️ Timestamps
00:00 Introduction
01:00 demo for download a file from network
02:19 path provider to store the download file
04:54 percent indicator show download progress
06:36 did cancel token to cancel the request
12:51 download method implementation
15:53 cancel download method implementation
16:29 delete download file method implementation
18:39 download image file using dim download method
Mindmap & Source Code
/ fullstackschool
Website Reference:
dio package: https://pub.dev/packages/dio
percent indicator: https://pub.dev/packages/percent_indi...
path provider: https://pub.dev/packages/path_provider
#flutter #dio