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.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_compat

Use it

The package has the following executables:

$ flutter_compat

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_compat

With Flutter:

 $ flutter pub add flutter_compat

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_compat: ^0.1.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_compat/flutter_compat.dart';
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