will_it_run 1.0.4 copy "will_it_run: ^1.0.4" to clipboard
will_it_run: ^1.0.4 copied to clipboard

Dart package for checking the compatabilty for each package in your project with platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add will_it_run

With Flutter:

 $ flutter pub add will_it_run

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

dependencies:
  will_it_run: ^1.0.4

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:will_it_run/will_it_run.dart';
12
likes
130
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package for checking the compatabilty for each package in your project with platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

pub_api_client

More

Packages that depend on will_it_run