File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ Updated the Linter to `0.1.116`, which includes:
87
87
### Dart VM
88
88
89
89
### Pub
90
+ * ` pub run ` and ` pub global run ` accepts a ` --enable-experiment ` flag enabling
91
+ experiments in the Dart VM (and language).
92
+ * Publishing Flutter plugins using the old plugin format is no longer allowed.
93
+ Plugins using the old plugin format can still be consumed.
90
94
* Introduce ` pub outdated --mode=null-safety ` that will report which of your
91
95
dependencies you can upgrade to fully support null safety.
92
96
* Fix ` pub run ` precompilation with relative ` PUB_CACHE ` paths (#2486 )
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ vars = {
127
127
"ply_rev" : "604b32590ffad5cbb82e4afef1d305512d06ae93" ,
128
128
"pool_rev" : "86fbb2cde9bbc66c8d159909d2f65a5981ea5b50" ,
129
129
"protobuf_rev" : "3746c8fd3f2b0147623a8e3db89c3ff4330de760" ,
130
- "pub_rev" : "a4bc2dd08630f85a94f506eab037fcaaedb42222 " ,
130
+ "pub_rev" : "6178cdf284baf2345d1ea578b7176a754aa576fe " ,
131
131
"pub_semver_tag" : "v1.4.4" ,
132
132
"quiver-dart_tag" : "2.0.0+1" ,
133
133
"resource_rev" : "f8e37558a1c4f54550aa463b88a6a831e3e33cd6" ,
You can’t perform that action at this time.
0 commit comments