fastnet 1.0.1 copy "fastnet: ^1.0.1" to clipboard
fastnet: ^1.0.1 copied to clipboard

outdated

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

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: ^0.0.1

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

6
likes
40
pub points
0%
popularity

Publisher

verified publisherdammak.dev

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

equatable, flutter, puppeteer

More

Packages that depend on fastnet