Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dammak/fastnet

A Dart package that allows you to test your network download and upload speed using fast.com
https://github.com/dammak/fastnet

dartlang download-speed fast flutter networkspeed upload-speed

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# FastNet

[![GitHub code](https://img.shields.io/github/languages/code-size/dammak/FastNet)](https://github.com/DAMMAK/FastNet)[![GitHub Releases](https://img.shields.io/github/downloads/dammak/FastNet/total)](https://github.com/DAMMAK/FastNet)[![GitHub](https://img.shields.io/github/license/dammak/FastNet)](https://github.com/DAMMAK/FastNet)

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

```

## Install

```dart
dependencies:
fastnet: ^1.0.2

```

## Usage

```dart

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

```

### Inspired

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