Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 314 Bytes

upgrading.md

File metadata and controls

9 lines (5 loc) · 314 Bytes

Upgrading

Upgrade pub packages

Run flutter packages upgrade from the root of your project to get the latest versions of all the dependencies listed in the pubspec.yaml file

Upgrade flutter

To upgrade both the Flutter SDK and your packages, use the flutter upgrade command from the root of your app.