wifi_info_enhanced 1.0.1
wifi_info_enhanced: ^1.0.1 copied to clipboard
Flutter plugin for getting WiFi information with improved iOS support
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-01-18 #
Fixed #
- Fixed podspec filename mismatch: renamed
wifi_info_plus.podspectowifi_info_enhanced.podspec - Updated podspec name from
wifi_info_plustowifi_info_enhancedto match package name - Resolved CocoaPods "No podspec found" error in iOS projects
1.0.0 - 2025-10-16 #
Added #
- Initial release of wifi_info_enhanced plugin
- Support for iOS platform only
- Get current WiFi network name (SSID)
- Get WiFi BSSID (MAC address)
- Get device IP address in WiFi network
- Improved iOS 13+ support with location permissions
- Comprehensive error handling with null safety
- Complete documentation and README
Technical Details #
- iOS: Uses native iOS APIs to access WiFi information
- iOS 13+ compatibility with automatic location permission handling
- Cross-platform API design (Android not implemented in this version)
- Proper error handling and exception management
- Null-safe return values for unavailable information
Platform Support #
- ✅ iOS: Full support with location permission handling
- ❌ Android: Not implemented (focus on iOS enhanced functionality)
iOS Requirements #
- iOS 13+ requires location permissions to access WiFi information
- Automatic permission request handling
- Graceful degradation when permissions are denied