dart-lang / site-www

Source for Dart website
https://dart.dev
Other
967 stars 696 forks source link

Update null_safety_examples/*/pubspec.yaml #3007

Closed kwalrath closed 3 years ago

kwalrath commented 3 years ago

See https://github.com/dart-lang/site-www/pull/2983#discussion_r583888525.

kwalrath commented 3 years ago

Still need to update these.

$ cd null_safety_examples
$ fgrep sdk `find . -name pubspec.yaml`
./misc/pubspec.yaml:  sdk: ">=2.12.0-0 <3.0.0"
./basics/pubspec.yaml:  sdk: '>=2.12.0-13.0.dev <3.0.0'
./async_await/pubspec.yaml:  sdk: ">=2.12.0-0 <3.0.0"
./util/pubspec.yaml:  sdk: ">=2.12.0-0 <3.0.0"
./iterables/pubspec.yaml:  sdk: ">=2.12.0-0 <3.0.0"