stackonix_network_checker 1.0.3
stackonix_network_checker: ^1.0.3 copied to clipboard
A Flutter plugin that provides real-time network connectivity monitoring with a simple and efficient API.
1.0.3 #
- Updated README with correct import statements and API usage
- Enhanced example app with improved UI and Material 3 design
- Fixed publisher verification status
- Updated version references across all files
- Improved documentation with better examples
- Added verified publisher badge to README
1.0.2 #
- Fixed inconsistent method channel naming across platforms
- Fixed missing StackonixNetworkChecker class implementation
- Completed iOS network monitoring implementation using NWPathMonitor
- Fixed method channel name mismatches between Dart and native code
- Updated all tests to use correct class names and API
- Fixed example app imports and dependencies
- Improved error handling and logging across all platforms
- Enhanced backward compatibility with NetworkCheckerPlus alias
- Fixed integration test imports and API usage
- Updated all version references to be consistent
1.0.0 #
- Initial stable release of Stackonix Network Checker plugin
- Real-time network connectivity monitoring with improved performance
- Cross-platform support (Android & iOS)
- Simple API with
isOnlineproperty andonStatusChangedstream - Enhanced error handling and logging
- Optimized platform-specific implementations
- Comprehensive test coverage
0.0.1 #
- Initial release of Network Checker Plus plugin
- Real-time network connectivity monitoring
- Cross-platform support (Android & iOS)
- Simple API with
isOnline()method andstatusStream - Automatic permission handling for Android
- Thread-safe EventChannel implementation
- Comprehensive error handling and logging
- Backward compatibility with
NetworkCheckerPlusalias