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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fastnet

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fastnet: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fastnet/fastnet.dart';
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