wifi_indicator 1.0.0
wifi_indicator: ^1.0.0 copied to clipboard
A customizable Flutter WiFi indicator widget built with Canvas that supports real-time network monitoring, multiple signal states, and filled/outline styles across mobile, web, and desktop platforms.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add wifi_indicatorWith Flutter:
$ flutter pub add wifi_indicatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
wifi_indicator: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:wifi_indicator/wifi_indicator.dart';