Skip to content

Commit

Permalink
Update SDK constraints of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
just95 committed Dec 6, 2023
1 parent e619ed1 commit 46ea002
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/filesystem_config_loader/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example that demonstrates how to load a configuration file from
repository: https://github.com/just95/toml.dart/tree/main/example/filesystem_config_loader
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.2.0 <4.0.0"
dependencies:
toml:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion example/filesystem_config_saver/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example that demonstrates how to save a configuration file to a
repository: https://github.com/just95/toml.dart/tree/main/example/filesystem_config_saver
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.2.0 <4.0.0"
dependencies:
toml:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion example/flutter_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example that demonstrates how to load a configuration file from
publish_to: none

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.2.0 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion example/http_config_loader/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example that demonstrates how to load a configuration file via H
repository: https://github.com/just95/toml.dart/tree/main/example/http_config_loader
publish_to: none
environment:
sdk: '>=2.18.0 <3.0.0'
sdk: ">=3.2.0 <4.0.0"
dependencies:
toml:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion example/toml_encoder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example that demonstrates how to encode a TOML document.
repository: https://github.com/just95/toml.dart/tree/main/example/toml_parser
publish_to: none
environment:
sdk: '>=2.18.0 <3.0.0'
sdk: ">=3.2.0 <4.0.0"
dependencies:
toml:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion example/toml_parser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example that demonstrates how to decode a TOML document from a s
repository: https://github.com/just95/toml.dart/tree/main/example/toml_parser
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.2.0 <4.0.0"
dependencies:
toml:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion example/toml_to_json/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An example application for the conversion of TOML documents to JSON
repository: https://github.com/just95/toml.dart/tree/main/example/toml_to_json
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.2.0 <4.0.0"
dependencies:
toml:
path: ../../
Expand Down

0 comments on commit 46ea002

Please sign in to comment.