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

Simple widget that let Flutter Devs can easily integrate speedometer to their apps with customizable options

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_speedometer
copied to clipboard

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

dependencies:
  flutter_speedometer: ^1.0.2
copied to clipboard

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:flutter_speedometer/flutter_speedometer.dart';
copied to clipboard
15
likes
40
points
33
downloads

Publisher

verified publishervnappmob.com

Weekly Downloads

2024.09.18 - 2025.04.02

Simple widget that let Flutter Devs can easily integrate speedometer to their apps with customizable options

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_speedometer