Skip to content

Commit

Permalink
chore: Lowered min. Dart SDK requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalCoding committed Sep 16, 2023
1 parent fff3536 commit 89a935c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shady_ai_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shady_ai_client
description: Starting point for a Serverpod client.

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=2.19.4 <4.0.0"

dependencies:
serverpod_client: ^1.0.1
2 changes: 1 addition & 1 deletion shady_ai_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1+1

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=2.19.4 <4.0.0"
flutter: ">=3.3.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion shady_ai_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shady_ai_server
description: Starting point for a Serverpod server.

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=2.19.4 <4.0.0"

dependencies:
serverpod: ^1.0.1
Expand Down

0 comments on commit 89a935c

Please sign in to comment.