Skip to content

Commit

Permalink
fix sdk constraint"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebwood committed Mar 14, 2024
1 parent cd7d783 commit 1f96c37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/rfw_builder/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.1 <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.16.0"
4 changes: 3 additions & 1 deletion packages/rfw_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ version: 0.0.1
repository: https://github.com/ebwood/rfwt

environment:
sdk: ^3.3.1
sdk: ">=3.2.0 <4.0.0"
flutter: '>=3.16.0'


# Add regular dependencies here.
dependencies:
Expand Down
5 changes: 2 additions & 3 deletions packages/widget2rfw/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.0.1
homepage: https://github.com/ebwood/rfwt

environment:
sdk: '>=3.3.1 <4.0.0'
flutter: ">=1.17.0"
sdk: ">=3.2.0 <4.0.0"
flutter: '>=3.16.0'

dependencies:
collection: ^1.18.0
Expand All @@ -19,4 +19,3 @@ dev_dependencies:
flutter_lints: ^3.0.0
import_sorter: ^4.6.0
test: ^1.24.9

0 comments on commit 1f96c37

Please sign in to comment.