signal_strength_indicator 0.4.1 signal_strength_indicator: ^0.4.1 copied to clipboard
Customizable signal strength indicator widget for Flutter. Allows to easily visualize signal strength.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add signal_strength_indicator
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
signal_strength_indicator: ^0.4.1
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:signal_strength_indicator/signal_strength_indicator.dart';