flutter_compat 0.1.3
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: 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