Skip to content
/ FastNet Public

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

License

Notifications You must be signed in to change notification settings

DAMMAK/FastNet

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages