Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit d544991

Browse files
committed
1.0.1
1 parent 6afb5a8 commit d544991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
cupertino_icons: ^0.1.2
15-
connectivity_wrapper: 1.0.0
15+
connectivity_wrapper: 1.0.1
1616
```
1717
1818
##STEP 2: Import the package to main.dart

example/lib/screens/scaffold_example_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class _ScaffoldExampleScreenState extends State<ScaffoldExampleScreen> {
3030
alignment: _alignment,
3131
disableInteraction: _disableInteraction,
3232
decoration: _decoration,
33-
height: _height,
33+
height: _height,
3434
message: _message,
3535
messageStyle: _customMessage
3636
? TextStyle(

0 commit comments

Comments
 (0)