offline_banner 1.0.4 copy "offline_banner: ^1.0.4" to clipboard
offline_banner: ^1.0.4 copied to clipboard

A customizable Flutter widget that shows an animated banner when offline and an online popup when internet is restored, with retry support and configurable position.

1.0.0 - 2025-05-22 #

Added #

  • Initial release of offline_banner.
  • Detects internet connectivity changes using connectivity_plus.
  • Displays an animated offline banner (customizable position: top or bottom).
  • Includes a retry button with loading indicator.
  • Shows a popup animation when internet is restored.
  • Allows custom banner widget injection.

1.0.1 - 2025-05-22 #

Added #

  • Allows banner possition with animation.

1.0.2 - 2025-05-23 #

Changed

  • Removed dependency on the third-party connectivity_plus package.

  • Implemented native internet connectivity detection using platform-specific code:

  • iOS: Utilizes NWPathMonitor for reliable network status updates.

  • Android: Uses ConnectivityManager.NetworkCallback for real-time connectivity state.

  • Improved performance and reduced package size by eliminating external connectivity libraries.

  • Enhanced reliability by directly integrating with platform APIs for more accurate offline/online detection.

1.0.3 - 2025-05-23 #

  • Enhanced reliability by directly integrating with platform APIs for more accurate offline/online detection.

1.0.4 - 2025-05-23 #

  • Demo video changed
1
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget that shows an animated banner when offline and an online popup when internet is restored, with retry support and configurable position.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on offline_banner

Packages that implement offline_banner