flutter_compat 0.1.1 copy "flutter_compat: ^0.1.1" to clipboard
flutter_compat: ^0.1.1 copied to clipboard

Analyze Flutter project compatibility across environment, dependencies, Android, and iOS before adding packages or upgrading. Like flutter doctor and dart pub outdated, with deeper cross-platform checks.

example/README.md

Example: run flutter_compat against the test fixture. #

# From repo root:
dart run flutter_compat doctor -C test/fixtures/sample_project
dart run flutter_compat check -C test/fixtures/sample_project
dart run flutter_compat add http --dry-run -C test/fixtures/sample_project
dart run flutter_compat report -C test/fixtures/sample_project -o .

Typical CI snippet:

- run: dart pub global activate flutter_compat
- run: flutter_compat check --packages
2
likes
0
points
220
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Analyze Flutter project compatibility across environment, dependencies, Android, and iOS before adding packages or upgrading. Like flutter doctor and dart pub outdated, with deeper cross-platform checks.

Repository (GitHub)
View/report issues

Topics

#flutter #cli #compatibility #android #ios

License

unknown (license)

Dependencies

args, cli_util, http, io, meta, path, pub_semver, yaml

More

Packages that depend on flutter_compat