package_platform_detector 0.0.0+4 copy "package_platform_detector: ^0.0.0+4" to clipboard
package_platform_detector: ^0.0.0+4 copied to clipboard

Flutter Package Platform Detector analyzes Flutter project dependencies.

Flutter Package Platform Detector #

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.

Installation #

Use the following command to globally activate this package:

dart pub global activate package_platform_detector

Commands #

This CLI application includes the following commands:

Detect #

This command detects the platform support for each dependency in your pubspec.yaml file and generates a CSV file.

package_platform_detector detect

Version #

This 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 version

Usage #

Navigate 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.

image

Changelog #

Please see the CHANGELOG.md file for more information on what has changed recently.

License #

Please see the LICENSE.md file for more information on the license.

Contributing #

Contributions are always welcome!

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter Package Platform Detector analyzes Flutter project dependencies.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, csv, http, interact, pub_updater, yaml

More

Packages that depend on package_platform_detector