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 da5287c commit f8f7943Copy full SHA for f8f7943
auto_route/example/pubspec.yaml
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
19
version: 1.0.0+1
20
21
environment:
22
- sdk: '>=2.19.6 <3.0.0'
+ sdk: '<4.0.0'
23
24
# Dependencies specify other packages that your package needs in order to work.
25
# To automatically upgrade your package dependencies to the latest versions
logify/example/pubspec.yaml
@@ -3,7 +3,7 @@ description: Logger Plus example
3
publish_to: none
4
5
6
- sdk: '>=2.12.0 <3.0.0'
7
8
dependencies:
9
logging: ^1.1.1
0 commit comments