signal_strength_indicator 0.3.0 copy "signal_strength_indicator: ^0.3.0" to clipboard
signal_strength_indicator: ^0.3.0 copied to clipboard

outdated

Customizable signal strength indicator widget for Flutter. Allows to easily visualize signal strength.

📶 Signal strength indicator widget #

Pub Build Status Demo

Customizable signal strength indicator widget for Flutter.

Contents #

Features #

See WEB DEMO.

NOTE: Flutter web support is currently in beta, so you may experience some issues.

Installation #

  1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  signal_strength_indicator: ^0.3.0
  1. 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.

  1. Import it

Now in your Dart code, you can use:

import 'package:signal_strength_indicator/signal_strength_widget.dart';

Usage #

Bars #

SignalStrengthIndicator.bars(
  value: 0.6,
  size: 50,
  barCount: 4,
  spacing: 0.2,
)

Sector #

SignalStrengthIndicator.sector(
  value: 0.6,
  size: 50,
  barCount: 4,
  spacing: 0.5,
)

Feature requests and bugs #

Please file feature requests and bugs at the issue tracker.

31
likes
0
pub points
93%
popularity

Publisher

verified publisherstol.dev

Customizable signal strength indicator widget for Flutter. Allows to easily visualize signal strength.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on signal_strength_indicator