flutter_compat 0.1.3 copy "flutter_compat: ^0.1.3" to clipboard
flutter_compat: ^0.1.3 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
140
points
188
downloads

Documentation

Documentation
API reference

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
Contributing

Topics

#flutter #cli #compatibility #android #ios

License

MIT (license)

Dependencies

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

More

Packages that depend on flutter_compat