mirror of
https://github.com/flutter/flutter.git
synced 2026-01-31 16:14:10 +08:00
Now that we don't require the Dart SDK to be in your path, it's hard to run ./dev/update_packages.dart. Instead, you can now run `flutter update-packages`. Fixes #1906