mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00

Imports the `process` platform from https://github.com/google/process.dart - As there is not much history in the package, this imports it as a copy instead of going through the process of actually merging the commit history of that repo into this one. - The only changes relative to the current source in that repo are adjustments for repo conventions (such as updating pubspec.yaml, and running `dart fix --apply` after removing the custom analysis options in order to bring it into alignment with repo analysis options). Fixes https://github.com/flutter/flutter/issues/130915