omni_connectivity 0.3.0
omni_connectivity: ^0.3.0 copied to clipboard
Lightweight reachability and transport checker for Flutter (native + web) with customizable probes.
0.3.0 #
- Updated
connectivity_plus
0.2.0 #
- Feature: Add network transport visibility with
InternetTransportenum. - Feature: Add
OmniConnectivity.onTransportChangestream. - Feature: Add
OmniConnectivity.lastKnownTransportsgetter. - Improvement: Add
satellitetransport support. - Improvement: Update example app to display transport types with icons.
- Docs: Expand README with transport API usage and clarify that
OmniConnectivity.init()is optional.
0.1.0 #
- Major: Refactor probe execution logic into shared module for code reuse between IO and web implementations.
- Feature: Add comprehensive unit tests for probe runner behavior (strict/non-strict modes, error handling).
- Feature: Add integration tests for IO implementation with custom probes.
- Improvement: Enhanced example widget tests with actual connectivity UI interactions.
- Improvement: Polish README with accurate version badge and links.
- Improvement: Fix pubspec description grammar and trailing whitespace.
0.0.2 #
- Fix: Docs Updated.
0.0.1 #
- Initial release.