This Dart CLI application helps you identify the platform support of every dependency in a Flutter
project's pubspec.yaml file. It fetches information from pub.dev about each package, determines
whether it's a Flutter plugin, and identifies which platforms are supported. The result is a CSV
file that provides an overview of all your dependencies.
Use the following command to globally activate this package:
dart pub global activate package_platform_detectorThis CLI application includes the following commands:
This command detects the platform support for each dependency in your pubspec.yaml file and
generates a CSV file.
package_platform_detector detectThis command displays the current version of package_platform_detector. Additionally, it checks
for available updates on pub.dev and prompts the user for an optional update.
package_platform_detector versionNavigate to your Flutter project's root directory where the pubspec.yaml file is located. Run the
detect command as shown above. This will generate a CSV file named dependencies.csv in the same
directory.
Please see the CHANGELOG.md file for more information on what has changed recently.
Please see the LICENSE.md file for more information on the license.
Contributions are always welcome!