dash_no_internet_screen 0.0.8
dash_no_internet_screen: ^0.0.8 copied to clipboard
A Widget to show when there is no internet connection Screen.
Changelog #
All notable changes to the dash_no_internet_screen package will be documented in this file.
This project follows Semantic Versioning.
0.0.8 (2025-Sep-05) #
- update documentation in
README.md
with better usage examples.
0.0.7 (2025-Sep-05) #
- Lowered Dart SDK constraint from
>=3.8.0 <4.0.0
to>=3.0.0 <4.0.0
for broader compatibility. - This update allows projects using Dart 3.8.x to integrate
dash_no_internet_screen
without requiring a Flutter/Dart upgrade. - Minor code changes and improvements for custom image and button style.
0.0.6 (2025-Sep-05) #
- Lowered Dart SDK constraint from
>=3.9.0 <4.0.0
to>=3.8.0 <4.0.0
for broader compatibility. - This update allows projects using Dart 3.8.x to integrate
dash_no_internet_screen
without requiring a Flutter/Dart upgrade.
0.0.5 (2025-Sep-03) #
-code changes and improvements.
0.0.4 (2025-Sep-03) #
Changed #
- Improved documentation in
README.md
. - changes in
dash_no_internet_screen
file for better understanding and improvements.