Skip to content

Commit

Permalink
chore: allow convenient SDK switching for development
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <git@gzgz.dev>
  • Loading branch information
GZGavinZhao committed Nov 18, 2023
1 parent 0f212f7 commit b5c300b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ pubspec.lock
**/.dart_tool/
**/doc/api/

# To conveniently switch between SDK versions in the current workspace
**/.vscode/

# melos
# pubspec_overrides.yaml
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: angular_workspace

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=2.12.0 <4.0.0'

dev_dependencies:
lints: ^2.1.1
melos: ^3.1.0

0 comments on commit b5c300b

Please sign in to comment.