wifi_signal_strength_indicator 1.0.5
wifi_signal_strength_indicator: ^1.0.5 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.11 #
- Remove customizable color parameters - use fixed default colors (green, lightGreen, orange, deepOrange, red)
- Keep staticColor parameter for single color override
1.0.10 #
- Add staticColor parameter to use single color for all levels
- Make color parameters required with default values
1.0.9 #
- Make color parameters optional with grey as default
1.0.8 #
- Remove color parameters - use default grey color for all signal levels
1.0.7 #
- Remove no WiFi icon - show level 1 indicator for no signal or RSSI < -85
1.0.6 #
- Change default size from 80.0 to 20.0
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