We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af30e commit f6c5cb1Copy full SHA for f6c5cb1
example/pubspec.yaml
@@ -4,7 +4,7 @@ publish_to: 'none'
4
version: 1.0.0+1
5
6
environment:
7
- sdk: ^3.5.4
+ sdk: ">=2.17.0 <4.0.0"
8
9
dependencies:
10
flutter:
pubspec.yaml
@@ -5,14 +5,14 @@ repository: https://github.com/pyozer/introduction_screen
issue_tracker: https://github.com/pyozer/introduction_screen/issues
- sdk: ">=2.12.0 <4.0.0"
11
12
sdk: flutter
13
14
collection: ^1.18.0
15
- dots_indicator: ^4.0.0
+ dots_indicator: ^4.0.1
16
flutter_keyboard_visibility: ^6.0.0
17
18
dev_dependencies:
0 commit comments