Skip to content

Commit

Permalink
fix(common): fixed dart sdk version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushboo1702 committed Sep 25, 2023
1 parent 2e429ea commit b252ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.10.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -419,4 +419,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <=3.1.0"
dart: ">=3.0.0 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: https://github.com/FieldAssist/fa_dart_core.git
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: '>=2.12.0 <=3.1.0'
sdk: ">=2.17.1 <4.0.0"

dependencies:
rxdart: ^0.27.3
Expand Down

0 comments on commit b252ee2

Please sign in to comment.