Skip to content

Commit

Permalink
update gitignore and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnakumarcn committed Apr 19, 2024
1 parent 9539be6 commit 3faf06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,5 @@ packages:
source: hosted
version: "3.0.3"
sdks:
dart: ">=3.2.0-0 <4.0.0"
dart: ">=3.2.0-0 <=3.4.0"
flutter: ">=2.10.5"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ packages:
source: hosted
version: "0.1.4-beta"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.1.0-185.0.dev <=3.4.0"
flutter: ">=2.10.5"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0.0
repository: https://github.com/krishnakumarcn/faded

environment:
sdk: '>=3.0.0 <=4.0.0'
sdk: '>=3.0.0 <=3.4.0'
flutter: ">=2.10.5"

dependencies:
Expand Down

0 comments on commit 3faf06c

Please sign in to comment.