signal_strength_indicator 0.2.0
signal_strength_indicator: ^0.2.0 copied to clipboard
Customizable signal strength indicator widget for Flutter. Allows to easily visualize signal strength.
📶 Signal strength indicator widget #
Customizable signal strength indicator widget for Flutter.
Contents #
Installation #
- Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
signal_strength_indicator: ^0.2.0
- Install it
You can install packages from the command line:
$ flutter packages get
Alternatively, your editor might support flutter packages 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_widget.dart';
Usage #
SignalStrengthIndicator.bars(
value: 0.6,
size: 50,
barCount: 4,
)
Features and bugs #
Please file feature requests and bugs at the issue tracker.