pubspec_checker library

The main library file for the pubspec_checker package. This library exports all utility files required for platform checking.

Classes

PackageChecker
A class to check the compatibility of packages with specified platforms.
PlatformChecker
A utility class to check platform compatibility for packages.
PubspecReader
A utility class to read and parse the pubspec.yaml file.

Enums

PackagePlatform
Enum representing supported platforms for package compatibility checking.

Properties

platforms List<Map<String, dynamic>>
A list of maps defining platform details. Each map contains:
getter/setter pair