wifi_signal_strength_indicator 1.0.8 copy "wifi_signal_strength_indicator: ^1.0.8" to clipboard
wifi_signal_strength_indicator: ^1.0.8 copied to clipboard

A Flutter package to get WiFi signal strength indicator for iOS and Android platforms. Includes visual indicator widgets with bars and WiFi arc styles.

1.0.8 #

  • Add repository, homepage, and issue_tracker URLs to pubspec.yaml

1.0.7 #

  • Fix Dart formatting issues across all source files
  • Add library documentation to main library files
  • Add constructor documentation for MethodChannelWifiSignalStrength and exception classes
  • Add Swift Package Manager (SPM) support with Package.swift for iOS
  • Improve code documentation coverage

1.0.6 #

  • Fix iOS podspec name mismatch - renamed from wifi_signal_strength.podspec to wifi_signal_strength_indicator.podspec
  • Fix Swift compiler errors - properly unwrap optional UnsafeMutableRawPointer? in getNetworkBytes() method
  • Fix optional unwrapping in getLocalIpAddress() method for ifa_addr
  • Fix Objective-C bridge import to use correct module name wifi_signal_strength_indicator-Swift.h
  • Update podspec version to match pubspec version (1.0.6)
  • Improve iOS compatibility documentation

1.0.5 #

  • Remove left and right side spacing from all indicator styles

1.0.4 #

  • Fix sectors style top spacing - calculate exact height needed for arcs

1.0.3 #

  • Fix unnecessary top spacing in indicator widget - removed empty space at top

1.0.2 #

  • Fix Android package name - changed from com.example to com.wifi_signal_strength_indicator

1.0.1 #

  • Fix Android plugin class discovery issue

1.0.0 #

  • Initial release
  • Support for Android and iOS
  • Get WiFi signal strength in dBm
  • Get WiFi signal level (0-4 scale)
  • Check WiFi connection status
  • Get WiFi SSID (network name)
  • Visual WiFi signal strength indicator widget with two styles:
    • Bars style - vertical bars indicator
    • Sectors style - WiFi arcs (fan-shaped) indicator
  • Custom RSSI input support
  • Configurable colors for different signal levels
  • Optional level text display
3
likes
160
points
340
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to get WiFi signal strength indicator for iOS and Android platforms. Includes visual indicator widgets with bars and WiFi arc styles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wifi_signal_strength_indicator

Packages that implement wifi_signal_strength_indicator