Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 772 Bytes

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