auto_refresh_on_reconnect 0.1.0 copy "auto_refresh_on_reconnect: ^0.1.0" to clipboard
auto_refresh_on_reconnect: ^0.1.0 copied to clipboard

A lightweight Flutter package that automatically refreshes widgets when internet connection is restored.

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.

0.1.0 - 2025-11-09 #

Added #

  • Initial release of auto_refresh_on_reconnect package
  • AutoRefreshOnReconnect widget for automatic refresh on reconnection
  • AutoRefreshOnReconnectBuilder for builder-based data fetching
  • ConnectivityService for real internet verification
  • Debouncing support to prevent rapid re-triggers
  • Custom offline UI support via offlineBuilder
  • Comprehensive test suite
  • Example app demonstrating all features
  • Full documentation and API reference

Features #

  • Real internet access verification using HTTP HEAD requests
  • State-management agnostic design
  • Customizable debounce duration
  • Extensible connectivity service for custom implementations
  • Null-safe implementation
  • Works with Provider, Bloc, Riverpod, and other state management solutions
2
likes
150
points
39
downloads

Documentation

Documentation
API reference

Publisher

verified publisherconalyz.com

Weekly Downloads

A lightweight Flutter package that automatically refreshes widgets when internet connection is restored.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, http

More

Packages that depend on auto_refresh_on_reconnect