pubspec_checker 1.0.2 copy "pubspec_checker: ^1.0.2" to clipboard
pubspec_checker: ^1.0.2 copied to clipboard

A simple Dart package that checks the compatibility of all dependencies in the pubspec.yaml file for specified platforms

[1.0.2] - 2024-12-28 #

Added #

  • Added package app image
  • Enhanced README file to make it more details
  • Formatted dart files as requirements of pub dev

Fixed #

  • Resolved dependencies version

[1.0.1] - 2024-12-21 #

Added #

  • Added documentation to all classes, methods, and constants across all files for better maintainability and readability.
  • Enhanced logging output with detailed formatting and dynamic hyphen padding.
  • Added inline comments in pubspec_checker_base.dart for clarity.
  • Documented constants.dart, explaining enums, lists, and color codes for terminal output.

Fixed #

  • Resolved minor issues with inconsistent log formatting. Improved compatibility check logic to handle edge cases where no dependencies are found.

[1.0.0] - 2024-12-20 #

Added #

  • Initial release of the pubspec_checker package.
  • Supports platform compatibility checks for android, ios, web, windows, linux, and macos.
  • Displays detailed results, including supported and unsupported packages.
  • Provides command-line arguments for flexibility:
    • -l to show the list of packages with supported platforms.
    • -s to show links to package details.
  • ANSI color-coded terminal output for better visibility.
  • Logs formatted with dynamic hyphen padding for consistent appearance.
2
likes
0
points
116
downloads

Publisher

verified publisherbcssti.com

Weekly Downloads

A simple Dart package that checks the compatibility of all dependencies in the pubspec.yaml file for specified platforms

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, yaml

More

Packages that depend on pubspec_checker