Skip to content

Commit f6c5cb1

Browse files
committed
fix(sdk): Reduce min sdk again and update dots_indicator lib for same reason
1 parent d2af30e commit f6c5cb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ^3.5.4
7+
sdk: ">=2.17.0 <4.0.0"
88

99
dependencies:
1010
flutter:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ repository: https://github.com/pyozer/introduction_screen
55
issue_tracker: https://github.com/pyozer/introduction_screen/issues
66

77
environment:
8-
sdk: ">=2.12.0 <4.0.0"
8+
sdk: ">=2.17.0 <4.0.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313

1414
collection: ^1.18.0
15-
dots_indicator: ^4.0.0
15+
dots_indicator: ^4.0.1
1616
flutter_keyboard_visibility: ^6.0.0
1717

1818
dev_dependencies:

0 commit comments

Comments
 (0)