Skip to content

Repository files navigation

FastNet

GitHub codeGitHub ReleasesGitHub

 A Dart package that allows you to test your network download and upload speed using [fast.com](https://fast.com)

Install

dependencies:
fastnet:^1.0.2

Usage

var fastnet =FastNet(isListenable:false);
var response =await fastnet.getSpeed();
response.listen((Result event) {
print(event.downloadSpeedValue);
});

Inspired

https://github.com/sindresorhus/fast-cli

About

A Dart package that allows you to test your network download and upload speed using fast.com

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages