I am using video_player_flutter_master for playing videos but i also want to show the download speed of the network just like Traffic State Api in android for getting received bytes. I am not able to getting this in flutter only plugin available for checking network connection.
Asked
Active
Viewed 402 times
1
-
Why not use something like that: https://pub.dev/packages/internet_speed_test ? Otherwise you can always download a file of fixed size and measure the time to get a rough estimate. – frankenapps Mar 03 '21 at 07:58
-
Thanks i saw it but it gives me only speed for some time but my work around is different – Anm Nima Mar 12 '21 at 07:02