Skip to content

Commit 9fa4bf5

Browse files
authored
docs: Add note about globs support from Dart 3.11 (#952)
<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Description Globs in the workspace definition will be supported from Dart 3.11, so a note regarding that is added. ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [ ] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🧹 `refactor` -- Code refactor - [ ] ✅ `ci` -- Build configuration change - [x] 📝 `docs` -- Documentation - [ ] 🗑️ `chore` -- Chore
1 parent eb4f325 commit 9fa4bf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ workspace:
8787
- packages/server_package
8888
```
8989
90+
<Info>
91+
Starting from Dart v3.11.0, the workspace definition will support globs.
92+
</Info>
93+
9094
Where `packages/helper`, `packages/client_package` and `packages/server_package`
9195
are the paths to the packages in your workspace.
9296

0 commit comments

Comments
 (0)