Open
Description
- Run
dart pub get
forexample/
when runningdart pub get
in root project.Trigger a hook for flutter plugin generation whenFLUTTER_ROOT
is present, and root package have a flutter dependency.Improve HTTP retry logic to recover from broken TCP connectionsValidate content hash for downloaded files (Validate CRC32c ifx-goog-hash
header is present #2281)Support runningdart pub -C <folder>
where<folder>
is used instead of CWD (Add --directory option #2876)Refactorflutter pub get
to useinheritStdio
and fix testsImplement metrics collection for better popularity metrics (Analytics #2778)Resolve location ofPUB_CACHE
whether it should be a global cache for Flutter SDK too.Ensureflutter help pub <foo>
/flutter pub <foo> --help
has right output: help on 'flutter pub' does not work as expected flutter/flutter#81011
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
jonasfj commentedon Jun 2, 2022
Looks like there is some movement on migrating Flutter away from using a custom
PUB_CACHE
in flutter/flutter#53833.pub get
influtter pub get
flutter/flutter#106300sigurdm commentedon Aug 8, 2022
I believe the cache alignment happened in: flutter/flutter#105343 checking that off.