Skip to content

Commit ec65d73

Browse files
authored
Add an SDK constraint to the example pubspec (#1434)
Closes #1433
1 parent 08844f5 commit ec65d73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/dart-sass.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ existing project:
4242

4343
```yaml
4444
name: my_project
45+
46+
environment:
47+
sdk: ^3.6.0
48+
4549
dev_dependencies:
4650
sass: ^{{ releases['dart-sass'].version }}
4751
```

0 commit comments

Comments
 (0)