We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed41766 commit 9add06fCopy full SHA for 9add06f
CHANGELOG.md
@@ -20,14 +20,6 @@
20
21
## 1.23.0
22
23
-### Language
24
-* Allow using URI strings in `part of` declarations to refer to the
25
- importing library.
26
- A library part now can declare its library either as:
27
- `part of name.of.library;` or as `part of "uriReferenceOfLibrary.dart";`.
28
- This allows libraries with no library declarations (and therefore no name)
29
- to have parts, and it allows tools to easily find the library of a part file.
30
-
31
#### Strong Mode
32
33
* Breaking change - it is now a strong mode error if a mixin causes a name
0 commit comments