speedometer 1.1.2 copy "speedometer: ^1.1.2" to clipboard
speedometer: ^1.1.2 copied to clipboard

A little widget that given an Observable gives you an updated SpeedOMeter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add speedometer

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

dependencies:
  speedometer: ^1.1.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:speedometer/speedometer.dart';
19
likes
80
pub points
77%
popularity

Publisher

unverified uploader

A little widget that given an Observable gives you an updated SpeedOMeter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on speedometer