Member-only story
Dart Got a Huge Update!
2 min readMay 12, 2022
Welcome back! Dart is an awesome programming language with a ton of capability, if you’re new to Dart, check out the link below to learn more about it:
Dart just got its next major release, this is Dart 2.17! You can view the entire release log below to see all of the changes with this update:
So, let’s take a look at some of the best changes with this update!
Productivity Tools
This new version of Dart brings a few productivity tools, this includes upgrades to a lot of the built in packages within Dart as well, you can update to these new lints with these commands:
dart pub upgrade —-major-versions lints
Or, for Flutter packages:
flutter pub upgrade —-major-versions flutter_lints