wifi_signal_strength_indicator 1.0.8
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.podspectowifi_signal_strength_indicator.podspec - Fix Swift compiler errors - properly unwrap optional
UnsafeMutableRawPointer?ingetNetworkBytes()method - Fix optional unwrapping in
getLocalIpAddress()method forifa_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